Files
fsfe-website/composer.json
delliott 416b0c8804
All checks were successful
continuous-integration/drone/push Build is passing
feat: phpcs non interactive mode and min php version set (#5549)
Minimal version of #5538 that does not change any php files while still hopefully unblocking ci.

Quick way to unblock #5528 and #5512.

Co-authored-by: Darragh Elliott <me@delliott.net>
Reviewed-on: #5549
Reviewed-by: tobiasd <tobiasd@fsfe.org>
Co-authored-by: delliott <delliott@fsfe.org>
Co-committed-by: delliott <delliott@fsfe.org>
2025-12-04 12:06:33 +00:00

6 lines
41 B
JSON

{
"require": {
"php": "^8.4"
}
}