Skip to content

Commit

Permalink
laravel-package-tools should not be a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Sep 14, 2023
1 parent e2f72e9 commit f66d590
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 @@ -20,7 +20,8 @@
"illuminate/database": "^10.0",
"illuminate/events": "^10.0",
"illuminate/support": "^10.0",
"ramsey/uuid": "^4.7"
"ramsey/uuid": "^4.7",
"spatie/laravel-package-tools": "^1.16"
},
"autoload": {
"psr-4": {
Expand All @@ -32,8 +33,7 @@
"laravel/legacy-factories": "^1.3",
"laravel/pint": "^1.13",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.6.0 || ^10.0.7",
"spatie/laravel-package-tools": "^1.16"
"phpunit/phpunit": "^9.6.0 || ^10.0.7"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit f66d590

Please sign in to comment.