-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
34 lines (34 loc) · 945 Bytes
/
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
{
"name": "htmlburger/carbon-fields-plugin",
"description": "WordPress plugin loader for Carbon Fields.",
"license": "GPL-2.0",
"type": "wordpress-plugin",
"homepage": "http://carbonfields.net/",
"authors": [
{
"name": "atanas-angelov-dev",
"email": "[email protected]"
}
],
"support": {
"source": "https://github.com/htmlburger/carbon-fields",
"docs": "http://carbonfields.net/docs/",
"issues": "https://github.com/htmlburger/carbon-fields/issues",
"email": "[email protected]"
},
"autoload": {
"psr-4": {
"Carbon_Fields_Plugin\\": "core/"
}
},
"require": {
"php": ">=5.3",
"composer/installers": "^1.0|^2.0",
"htmlburger/carbon-fields": "3.6.5"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}