Removes `spatie/laravel-ignition` (#6406)

This commit is contained in:
Nuno Maduro 2024-05-28 17:01:13 +01:00 committed by GitHub
parent 76510a70c5
commit 5d86ab4b72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": "^8.2",
"laravel/framework": "^11.0",
"laravel/framework": "^11.9",
"laravel/tinker": "^2.9"
},
"require-dev": {
@ -15,8 +15,7 @@
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^11.0.1",
"spatie/laravel-ignition": "^2.4"
"phpunit/phpunit": "^11.0.1"
},
"autoload": {
"psr-4": {