server/composer.json
dependabot[bot] 2f8859399d
Bump afragen/git-updater from 12.24.2 to 13.0.1
Bumps [afragen/git-updater](https://github.com/afragen/git-updater) from 12.24.2 to 13.0.1.
- [Release notes](https://github.com/afragen/git-updater/releases)
- [Changelog](https://github.com/afragen/git-updater/blob/develop/CHANGES.md)
- [Commits](https://github.com/afragen/git-updater/compare/12.24.2...13.0.1)

---
updated-dependencies:
- dependency-name: afragen/git-updater
  dependency-version: 13.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-08 10:55:51 +00:00

82 lines
2 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/fairpm/fair-explorer"
},
"3": {
"type": "vcs",
"url": "https://github.com/fairpm/fair-plugin"
},
"4": {
"type": "vcs",
"url": "https://github.com/ocean90/public-post-preview"
},
"5": {
"type": "vcs",
"url": "https://github.com/progressplanner/pp-glossary"
},
"6": {
"type": "composer",
"url": "https://wpackagist.org"
}
},
"require": {
"composer/installers": "~2",
"humanmade/php-basic-auth": "^1.1",
"glotpress/glotpress-wp": "^4.0.1",
"johnbillion/query-monitor": "^4.0",
"johnpbloch/wordpress": "^6.8",
"pantheon-systems/wp-redis": "^1.4",
"humanmade/wp-redis-predis-client": "^0.2.0",
"afragen/git-updater": "^13.0",
"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": "^27.0",
"fairpm/fair-explorer": "^0.3",
"fairpm/fair-plugin": "dev-main",
"ocean90/public-post-preview": "^3.0",
"humanmade/s3-uploads": "^3.0",
"wpackagist-plugin/fastly": "^1.2.29",
"progress-planner/glossary": "^1.2.0",
"wpackagist-plugin/unconfirmed": "^1.3.7",
"wpackagist-plugin/wp-sweep": "^1.1.8"
},
"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
}
}
}