-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.24 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
33
34
35
36
37
38
39
{
"name" : "wecodemore/astrofields-html5",
"description" : "HTML5 Extension for the AstroFields framework",
"type" : "library",
"keywords" : [ "wordpress", "forms", "fields", "html5", "astrofields" ],
"homepage" : "https://github.com/AstroFields/HTML5",
"license" : "MIT",
"authors" : [
{
"name" : "Kaiser Franz Josef",
"email" : "[email protected]",
"homepage" : "http://unserkaiser.com",
"role" : "Lead Developer"
}
],
"support" : {
"issues" : "https://github.com/AstroFields/HTML5/issues",
"forum" : "http://stackoverflow.com/questions/tagged/astrofields",
"source" : "https://github.com/AstroFields/HTML5/releases",
"wiki" : "http://astrofields.com/docs",
"email" : "[email protected]"
},
"minimum-stability" : "dev",
"require" : {
"php" : ">=5.3.2",
"wecodemore/astrofields-core" : "*"
},
"require-dev" : {
"phpunit/phpunit" : "4.3.*"
},
"autoload" : {
"psr-4" : {
"WCM\\AstroFields\\HTML5\\" : "src/"
}
},
"config": {
"bin-dir" : "bin"
}
}