-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
60 lines (58 loc) · 1.89 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
{
"autoload": {
"psr-4": {
"Frame\\": "site/content/themes/frame-custom/library/"
}
},
"repositories": [
{
"type":"composer",
"url":"https://wpackagist.org"
},
{
"type": "composer",
"url": "https://plugins.frmdv.com/satispress/"
},
{
"type": "composer",
"url": "https://woocommerce.frmdv.com/satispress/"
}
],
"require": {
"vlucas/phpdotenv": "^2.4.0",
"composer/installers": "^v1.2.0",
"johnpbloch/wordpress": "^4.8.0",
"wpackagist-plugin/disable-comments": "*",
"wpackagist-plugin/imsanity": "^2.3.6",
"wpackagist-plugin/intuitive-custom-post-order": "^3.0.7",
"wpackagist-plugin/post-type-archive-links": "^1.3.1",
"wpackagist-plugin/timber-library": "^1.1.0",
"wpackagist-plugin/wordpress-seo": "^5.0.0",
"wpackagist-plugin/acf-content-analysis-for-yoast-seo": "^1.2.6",
"wpackagist-plugin/comet-cache": "*",
"wpackagist-plugin/worker": "^4.2.16",
"wpackagist-plugin/mailgun": "^1.5.8.2",
"wpackagist-plugin/redirection": "^2.4",
"frame-plugin/frame-core": "^1.0.0",
"frame-plugin/wp-migrate-db-pro": "^1.7.0",
"frame-plugin/wp-migrate-db-pro-media-files": "^1.4.5",
"frame-plugin/advanced-custom-fields-pro": "^5.5.0"
},
"extra": {
"wordpress-install-dir": "site/wordpress",
"installer-paths": {
"site/content/mu-plugins/{$name}": [
"type:wordpress-muplugin",
"wpackagist-plugin/timber-library",
"frame-plugin/frame-core"
],
"site/content/plugins/{$name}": [
"type:wordpress-plugin"
]
}
},
"require-dev": {
"filp/whoops": "^2.1",
"symfony/var-dumper": "^3.2"
}
}