Skip to content

Commit

Permalink
Move spatie/laravel-ignition to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 5, 2024
1 parent 14bc24d commit f3b9740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"php": "^8.2",
"guzzlehttp/guzzle": "^7.8",
"laravel/framework": "^11.0",
"laravel/tinker": "dev-develop",
"spatie/laravel-ignition": "^2.4"
"laravel/tinker": "dev-develop"
},
"require-dev": {
"fakerphp/faker": "^1.23",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^10.5"
"phpunit/phpunit": "^10.5",
"spatie/laravel-ignition": "^2.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f3b9740

Please sign in to comment.