-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.06 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name" : "wecodemore/astroexamples-comments",
"version" : "0.1.0",
"description" : "Comment Fields Extension for the AstroFields framework",
"keywords" : [ "wordpress", "forms", "fields" ],
"type" : "wordpress-plugin",
"homepage" : "https://github.com/AstroFields/Comments",
"license" : "MIT",
"authors" : [
{
"name" : "Kaiser Franz Josef",
"email" : "[email protected]"
}
],
"support" : {
"issues" : "https://github.com/AstroFields/Comments/issues"
},
"minimum-stability" : "dev",
"require" : {
"php" : ">=5.3",
"composer/installers" : "~1.0",
"wecodemore/astrofields-core" : "*",
"wecodemore/astrofields-standards" : "*",
"wecodemore/astrofields-public-form" : "*",
"wecodemore/astrofields-comments" : "*"
},
"autoload" : {
"psr-4" : {
"WCM\\AstroFields\\Examples\\Comments\\" : ""
}
}
}