mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-06-19 02:53:45 +08:00
Signed-off-by: Mika Ipstenu Epstein ipstenu@ipstenu.org Signed-off-by: Mika Ipstenu Epstein <ipstenu@halfelf.org>
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"name": "fairpm/server",
|
|
"type": "project",
|
|
"repositories": {
|
|
"0": {
|
|
"type": "vcs",
|
|
"url": "https://github.com/GlotPress/GlotPress"
|
|
},
|
|
"1": {
|
|
"type": "vcs",
|
|
"url": "https://github.com/fairpm/fair-beacon"
|
|
},
|
|
"2": {
|
|
"type": "vcs",
|
|
"url": "https://github.com/aspirepress/AspireExplorer"
|
|
},
|
|
"3": {
|
|
"type": "vcs",
|
|
"url": "https://github.com/fairpm/fair-plugin"
|
|
},
|
|
"4": {
|
|
"type": "vcs",
|
|
"url": "https://github.com/ocean90/public-post-preview"
|
|
}
|
|
},
|
|
"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": "^12.21",
|
|
"fairpm/fair-parent-theme": "~1.0.1",
|
|
"fairpm/fair-beacon": "dev-main",
|
|
"humanmade/aws-ses-wp-mail": "dev-master",
|
|
"mcaskill/composer-exclude-files": "^4.0",
|
|
"yoast/wordpress-seo": "^26.6",
|
|
"aspirepress/aspireexplorer": "^0.2",
|
|
"fairpm/fair-plugin": "dev-main",
|
|
"ocean90/public-post-preview": "^3.0",
|
|
"humanmade/s3-uploads": "^3.0"
|
|
},
|
|
"extra": {
|
|
"installer-paths": {
|
|
"content/plugins/{$name}/": [
|
|
"type:wordpress-plugin"
|
|
],
|
|
"content/mu-plugins/{$name}/": [
|
|
"type:wordpress-muplugin"
|
|
],
|
|
"content/themes/{$name}/": [
|
|
"type:wordpress-theme"
|
|
]
|
|
},
|
|
"exclude-from-files": [
|
|
"freemius/wordpress-sdk/start.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true,
|
|
"johnpbloch/wordpress-core-installer": true,
|
|
"mcaskill/composer-exclude-files": true
|
|
}
|
|
}
|
|
}
|