-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 1.11 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-settings-section",
"version" : "0.1.0-alpha1",
"description" : "Settings Section Fields Extension Example for the AstroFields framework",
"keywords" : [ "wordpress", "forms", "fields" ],
"type" : "wordpress-plugin",
"homepage" : "https://github.com/AstroFields/ExampleSettingsSection",
"license" : "MIT",
"authors" : [
{
"name" : "Kaiser Franz Josef",
"email" : "[email protected]"
}
],
"support" : {
"issues" : "https://github.com/AstroFields/ExampleSettingsSection/issues"
},
"minimum-stability" : "dev",
"require" : {
"php" : ">=5.3",
"composer/installers" : "~1.0",
"wecodemore/astrofields-core" : "*",
"wecodemore/astrofields-standards" : "*",
"wecodemore/astrofields-settings" : "*",
"wecodemore/astrofields-security" : "*"
},
"autoload" : {
"psr-4" : {
"WCM\\AstroFields\\Examples\\SettingsSection\\" : ""
}
}
}