This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
51 lines (51 loc) · 1.6 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
{
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "vcs",
"url": "https://github.com/alesanchezr/wpas-wordpress-dash"
},
{
"type": "vcs",
"url": "https://github.com/alesanchezr/vc_dash_components"
}
],
"require": {
"wpackagist-plugin/akismet": "3.1.1",
"wpackagist-plugin/w3-total-cache": "*",
"wpackagist-plugin/wordpress-seo": "*",
"wpackagist-plugin/amp": "*",
"wpackagist-plugin/activecampaign-subscription-forms": "*",
"wpackagist-plugin/redirection": "*",
"wpackagist-plugin/polylang": "*",
"wpackagist-plugin/duplicator": "*",
"wpackagist-plugin/fb-instant-articles": "^4.0",
"wpackagist-plugin/simple-custom-post-order": "*",
"wpackagist-plugin/duplicate-post": "*",
"wpackagist-plugin/acf-code-field": "*",
"alesanchezr/wpas-wordpress-dash": "dev-master",
"alesanchezr/vc_dash_components": "dev-master",
"wpackagist-plugin/advanced-custom-fields": "^4.4",
"jjgrainger/posttypes": "^2.0",
"wpackagist-plugin/tiny-compress-images": "^2.2",
"guzzlehttp/guzzle": "~6.0",
"wpackagist-plugin/error-log-monitor": "^1.5",
"zendframework/zenddiagnostics": "^1.1",
"wpackagist-plugin/classic-editor": "^1.5"
},
"require-dev": {
"wpackagist-plugin/transients-manager": "*",
"wpackagist-plugin/query-monitor": "2.7.*",
"wpackagist-plugin/debug-bar": "*",
"rarst/laps": "~1.2",
"phpunit/phpunit": "^6.5"
},
"autoload":{
"psr-0":{
"TF": "./wp-content/themes/the-fastest/src/php"
}
}
}