-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.23 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
{
"name": "chrisgherbert/timber-theme-boilerplate",
"type": "project",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "git",
"url": "https://github.com/chrisgherbert/extended-timber-classes.git"
},
{
"type": "git",
"url": "https://github.com/chrisgherbert/youtube-video.git"
},
{
"type": "git",
"url": "https://github.com/chrisgherbert/wordpress-image-download.git"
}
],
"require": {
"composer/installers": "^1.9",
"vlucas/phpdotenv": "^5.2",
"oscarotero/env": "^2.1",
"chrisgherbert/extended-timber-classes": "dev-master",
"chrisgherbert/youtube-video": "dev-master",
"chrisgherbert/wordpress-image-download": "dev-master",
"cmb2/cmb2": "^2.7",
"webdevstudios/cpt-core": "^1.0",
"webdevstudios/taxonomy_core": "^0.2.4"
},
"autoload": {
"files": ["vendor/cmb2/init.php"]
},
"extra": {
"installer-paths": {
"vendor/{$name}/": ["type:wordpress-plugin"]
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}