Fix : dependency mismatch and upgrade Pest for Laravel 12 support

This commit resolves the version mismatch for 'grazulex/laravel-apiroute' by regenerating the lock file. Additionally, it upgrades 'pestphp/pest' and 'pestphp/pest-plugin-laravel' to v4 to ensure compatibility with Laravel 12 and PHPUnit 12, fixing dependency conflicts.
The lock file was out of sync with composer.json, causing installation failures. Upgrading to Pest v4 is necessary as Pest v3 conflicts with PHPUnit 12, which is required by Laravel 12.
This commit is contained in:
ELMEHDI ACHAHED
2025-12-30 11:05:45 +01:00
parent ae8d4bd432
commit 0113b0112b
2 changed files with 476 additions and 515 deletions

View File

@@ -21,8 +21,8 @@
"laravel/pint": "^1.24",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.6",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0"
"pestphp/pest": "^4.0",
"pestphp/pest-plugin-laravel": "^4.0"
},
"autoload": {
"psr-4": {

987
composer.lock generated

File diff suppressed because it is too large Load Diff