Fix CI test workflow for PHP 8.4 dependency lock.
Symfony 8.1 packages in composer.lock require PHP 8.4.1+; align setup-php and composer platform constraint with production. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"php": "^8.4",
|
||||
"chillerlan/php-qrcode": "^5.0",
|
||||
"laravel/framework": "^12.0",
|
||||
"laravel/sanctum": "^4.3",
|
||||
|
||||
Reference in New Issue
Block a user