Update composer.json

This commit is contained in:
Gamerboy59 2022-05-05 15:58:52 +02:00 committed by GitHub
parent 2834924045
commit a8e83524d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,12 @@
},
"require-dev": {
"fakerphp/faker": "^1.19.0",
"laravel/breeze": "^1.8",
"laravel/sail": "^1.13",
"laravel/breeze": "^1.9",
"laravel/sail": "^1.14",
"mockery/mockery": "^1.5",
"nunomaduro/collision": "^6.1",
"nunomaduro/collision": "^6.2",
"phpunit/phpunit": "^9.5",
"spatie/laravel-ignition": "^1.0"
"spatie/laravel-ignition": "^1.2"
},
"config": {
"optimize-autoloader": true,