forked from htmlburger/carbon-fields-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 989 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 989 Bytes
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
{
"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": "atanas.angelov.dev@gmail.com"
}
],
"repositories": [
{
"type": "composer",
"url": "https://repo.packagist.com/standfirst/"
}
],
"support": {
"source": "https://github.com/htmlburger/carbon-fields",
"docs": "http://carbonfields.net/docs/",
"issues": "https://github.com/htmlburger/carbon-fields/issues",
"email": "wordpress@htmlburger.com"
},
"autoload": {
"psr-4": {
"Carbon_Fields_Plugin\\": "core/"
}
},
"require": {
"php": ">=5.3",
"composer/installers": "^1.0 || ^2.0",
"htmlburger/carbon-fields": "3.3.4"
}
}