forked from htmlburger/carbon-fields
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 852 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
{
"name": "htmldiz/carbon-fields-plus",
"description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options and more.",
"license": "GPL-2.0-only",
"homepage": "http://carbon-fields-plus.org/",
"authors": [
],
"support": {
"source": "https://github.com/htmldiz/carbon-fields-plus",
"issues": "https://github.com/htmldiz/carbon-fields-plus/issues",
"docs": "http://carbonfields-plus.org/docs/",
"email": "[email protected]"
},
"autoload": {
"psr-4": {
"Carbon_Fields\\": "core/"
}
},
"require": {
"php": ">=5.6.20"
},
"require-dev": {
"phpunit/phpunit": "7.5.20|9.6.3",
"mockery/mockery": "1.3.6",
"yoast/phpunit-polyfills": "^1.0"
}
}