-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.46 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
{
"name": "gizburdt/wp-conductor",
"type": "project",
"authors": [
{
"name": "Gijs Jorissen",
"email": "[email protected]",
"homepage": "http://gizburdt.com/"
}
],
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0",
"gizburdt/wabbr": "dev-master",
"gizburdt/scaffold": "dev-master",
"gizburdt/scaffold-child": "dev-master",
"gizburdt/cuztom": "2.9.10"
},
"config": {
"vendor-dir": "wp-content/vendor",
"component-dir": "wp-content/vendor"
},
"repositories": [
{
"type": "composer",
"url": "http://wpackagist.org"
},
{
"name": "gizburdt/wabbr",
"type": "vcs",
"url": "https://github.com/gizburdt/wabbr.git"
},
{
"name": "gizburdt/scaffold",
"type": "vcs",
"url": "https://github.com/gizburdt/wp-scaffold.git"
},
{
"name": "gizburdt/scaffold-child",
"type": "vcs",
"url": "https://github.com/gizburdt/wp-scaffold-child.git"
},
{
"name": "gizburdt/cuztom",
"type": "vcs",
"url": "https://github.com/gizburdt/wp-cuztom.git"
}
]
}