-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
73 lines (73 loc) · 2.47 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
{
"name": "partio-scout/pof-frontend-private",
"config": {
"preferred-install": "dist",
"discard-changes": false,
"optimize-autoloader": true
},
"authors": [
{
"name": "Ville Siltala",
"email": "[email protected]",
"homepage": "https://github.com/villesiltala",
"role": "Project Lead Developer"
}
],
"require": {
"johnpbloch/wordpress-core-installer": "^1.0.0",
"johnpbloch/wordpress": "^4.7",
"devgeniem/dustpress": "1.20.0",
"devgeniem/dustpress-debugger": "1.*",
"devgeniem/dustpress-js": "^3.0.3",
"devgeniem/ext-relevanssi-premium": "^2.1.5.1",
"partio-scout/wordpress-advanced-custom-fields-pro": "^5.3",
"vlucas/phpdotenv": "^2.4",
"composer/installers": "^1.3",
"predis/predis": "^1.1",
"wpackagist-plugin/user-switching": "^1.0",
"devgeniem/wp-redis-object-cache-dropin": "1.3.4.1",
"wpackagist-plugin/redis-cache": "1.3.0",
"devgeniem/dustpress-responsive-background-image": "^2.0.2",
"devgeniem/classic-editor": "^0.4.0",
"filp/whoops": "^2.2"
},
"extra": {
"wordpress-install-dir": "wp",
"installer-paths": {
"content/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"content/plugins/{$name}/": ["type:wordpress-plugin"],
"content/themes/{$name}/": ["type:wordpress-theme"]
},
"dropin-paths": {
"content/": [
"type:wordpress-dropin"
]
}
},
"repositories": {
"1": {
"type": "git",
"url": "[email protected]:partio-scout/wordpress-advanced-custom-fields-pro.git"
},
"2": {
"type": "composer",
"url": "https://wpackagist.org"
},
"relevanssi" : {
"type": "git",
"url": "[email protected]:devgeniem/ext-relevanssi-premium.git"
},
"devgeniem/wp-redis-object-cache-dropin": {
"type": "git",
"url": "[email protected]:devgeniem/wp-redis-object-cache-dropin.git"
},
"devgeniem/dustpress-responsive-background-image": {
"type": "git",
"url": "[email protected]:devgeniem/dustpress-responsive-background-image.git"
},
"classic-editor": {
"type": "git",
"url": "[email protected]:devgeniem/classic-editor.git"
}
}
}