Fix PHPUnit constraint (#6389)

there was a BC break in PHPUnit https://github.com/sebastianbergmann/phpunit/issues/5690
This commit is contained in:
Viktor Szépe 2024-04-03 09:28:26 +02:00 committed by GitHub
parent 9e2d6f6498
commit 708fdb1a36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"laravel/sail": "^1.26", "laravel/sail": "^1.26",
"mockery/mockery": "^1.6", "mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0", "nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^11.0", "phpunit/phpunit": "^11.0.1",
"spatie/laravel-ignition": "^2.4" "spatie/laravel-ignition": "^2.4"
}, },
"autoload": { "autoload": {