-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
27 lines (27 loc) · 936 Bytes
/
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
{
"name": "raruto/wordpress-git",
"description" : "a simple skeleton repo for managing a WordPress site using: wp-cli, composer, git",
"type" : "project",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"wpackagist-theme/twentyfifteen": "*",
"wpackagist-plugin/all-in-one-wp-migration": ">=6.65",
"wpackagist-plugin/ewww-image-optimizer": ">=4.2.1",
"afragen/github-updater": ">=7.5.0",
"wpackagist-plugin/html-editor-syntax-highlighter": ">=2.2.3",
"johnbillion/query-monitor": ">=2.17.0",
"wpackagist-plugin/wordpress-seo": ">=7.1"
},
"extra": {
"installer-paths": {
"wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"wp-content/themes/{$name}/": ["type:wordpress-theme"]
}
},
"prefer-stable": true
}