server/composer.json
Ryan McCue 3e7bc6e67b Initial export of the repository
Signed-off-by: Ryan McCue <me@ryanmccue.info>
2025-06-05 11:48:47 +02:00

33 lines
818 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"
},
"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
}
}
}