fix(ci): set platform PHP to 8.3 for CI compatibility

The platform PHP was set to 8.4.5 which caused Symfony to resolve
to v8.0 requiring PHP 8.4+, breaking the PHP 8.3 CI job.
This commit is contained in:
Jean-Marc Strauven
2026-03-30 18:02:08 +02:00
parent f2dcd0059a
commit 53913c1596
2 changed files with 346 additions and 219 deletions

View File

@@ -94,7 +94,7 @@
"php-http/discovery": true
},
"platform": {
"php": "8.4.5"
"php": "8.3.0"
}
},
"minimum-stability": "stable",

563
composer.lock generated

File diff suppressed because it is too large Load Diff