Fixe composer.lock pour PHP 8.2 (platform pin)
Le lock verrouillait des paquets exigeant PHP 8.4 (grumphp -> doctrine/ collections 3, symfony 8.1), incompatibles avec l'environnement PHP 8.2 (Dockerfile, CI). Ajout de config.platform.php=8.2.32 + régénération du lock : composer install repasse sur PHP 8.2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -78,6 +78,9 @@
|
||||
"optimize-autoloader": true,
|
||||
"preferred-install": "dist",
|
||||
"sort-packages": true,
|
||||
"platform": {
|
||||
"php": "8.2.32"
|
||||
},
|
||||
"allow-plugins": {
|
||||
"pestphp/pest-plugin": true,
|
||||
"php-http/discovery": true,
|
||||
|
||||
Reference in New Issue
Block a user