forked from htmlburger/carbon-fields-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 840 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
{
"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",
"htmlburger/carbon-fields": "3.1.8"
}
}