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:
@@ -94,7 +94,7 @@
|
||||
"php-http/discovery": true
|
||||
},
|
||||
"platform": {
|
||||
"php": "8.4.5"
|
||||
"php": "8.3.0"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "stable",
|
||||
|
||||
563
composer.lock
generated
563
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user