-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (29 loc) · 772 Bytes
/
composer.json
File metadata and controls
33 lines (29 loc) · 772 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
{
"name": "mike/sic-plugin-starter",
"config": {
"vendor-dir": "vendor"
},
"require": {
"advanced-custom-fields/advanced-custom-fields-pro": "~5.0"
},
"repositories": [
{
"type": "package",
"package": {
"name": "advanced-custom-fields/advanced-custom-fields-pro",
"version": "5.0",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "http://connect.advancedcustomfields.com/index.php?p=pro&a=download&k=b3JkZXJfaWQ9NTM2Nzd8dHlwZT1kZXZlbG9wZXJ8ZGF0ZT0yMDE1LTA0LTA4IDAzOjAwOjA1"
}
}
}
],
"authors": [
{
"name": "Mike Chacon",
"email": "mike@sicdigital.com"
}
]
}