-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.26 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
{
"name": "marko-stimac/wpstarter",
"description": "Wordpress plugins initialization",
"repositories": [{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "package",
"package": {
"name": "advanced-custom-fields/advanced-custom-fields-pro",
"version": "5.3.9.2",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://connect.advancedcustomfields.com/index.php?a=download&p=pro&k=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=="
}
}
}
],
"require": {
"wpackagist-plugin/better-search-replace": "*",
"wpackagist-plugin/contact-form-7": "*",
"wpackagist-plugin/cookie-notice": "*",
"wpackagist-plugin/show-current-template": "*",
"wpackagist-plugin/redirection": "*",
"wpackagist-plugin/updraftplus": "*",
"wpackagist-plugin/wordfence": "*",
"wpackagist-plugin/wordpress-seo": "*"
},
"autoload": {
"psr-0": {
"Acme": "src/"
}
}
}