forked from platformsh/fwp-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 736 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "platform/platform-wordpress",
"description": "WordPress for Platform.sh",
"license": "GPL-2.0+",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"require": {
"johnpbloch/wordpress-core-installer": "^1.0",
"johnpbloch/wordpress": "5.2.4",
"johnpbloch/wordpress-core": "5.2.4"
},
"extra": {
"wordpress-install-dir": "web/wp",
"installer-paths": {
"web/wp-content/plugins/{$name}": ["type:wordpress-plugin"],
"web/wp-content/themes/{$name}": ["type:wordpress-theme"],
"web/wp-content/mu-plugins/{$name}": ["type:wordpress-muplugin"]
}
}
}