mirror of
https://ghproxy.net/https://github.com/fairpm/server.git
synced 2025-09-06 00:53:22 +08:00
34 lines
857 B
JSON
34 lines
857 B
JSON
{
|
|
"name": "openwebff/server",
|
|
"type": "project",
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/GlotPress/GlotPress"
|
|
}
|
|
],
|
|
"require": {
|
|
"composer/installers": "~2",
|
|
"humanmade/php-basic-auth": "^1.1",
|
|
"glotpress/glotpress-wp": "^4.0.1",
|
|
"johnbillion/query-monitor": "^3.17",
|
|
"johnpbloch/wordpress": "^6.8",
|
|
"pantheon-systems/wp-redis": "^1.4",
|
|
"humanmade/wp-redis-predis-client": "^0.1.2",
|
|
"afragen/git-updater": "dev-fair@dev",
|
|
"fairpm/fair-parent-theme": "1.0.0"
|
|
},
|
|
"extra": {
|
|
"installer-paths": {
|
|
"content/plugins/{$name}/": ["type:wordpress-plugin"],
|
|
"content/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
|
|
"content/themes/{$name}/": ["type:wordpress-theme"]
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true,
|
|
"johnpbloch/wordpress-core-installer": true
|
|
}
|
|
}
|
|
}
|