forked from nurul-umbhiya/carbon-fields
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
83 lines (83 loc) · 2.34 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "htmlburger/carbon-fields",
"description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options and more.",
"type": "library",
"license": "GPL-2.0",
"authors": [
{
"name": "htmlBurger",
"email": "[email protected]",
"homepage": "https://htmlburger.com/",
"role": "Developer"
},
{
"name": "Marin Atanasov",
"email": "[email protected]",
"homepage": "http://marinatanasov.com/",
"role": "Developer"
},
{
"name": "Siyan Panayotov",
"homepage": "http://siyanpanayotov.com/",
"role": "Developer"
},
{
"name": "Georgi Stoyanov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Stanimir Panchev",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Peter Petrov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Plamen Kostadinov",
"email": "[email protected]",
"homepage": "http://plasmen.info/",
"role": "Developer"
},
{
"name": "Stanimir Stoyanov",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Kaloyan Ivanov",
"email": "[email protected]",
"homepage": "http://codepeace.net/",
"role": "Developer"
},
{
"name": "Georgi Popov",
"homepage": "http://magadanski.com/",
"role": "Developer"
},
{
"name": "German Velchev",
"email": "[email protected]",
"role": "Developer"
},
{
"name": "Rashko Petrov",
"email": "[email protected]",
"homepage": "http://errorfactory.com/",
"role": "Developer"
}
],
"require": {},
"autoload": {
"psr-4": {
"Carbon_Fields\\": "core/"
},
"files": [
"carbon-fields.php",
"core/functions.php"
]
}
}