Skip to content

Commit f66d590

Browse files
laravel-package-tools should not be a dev dependency
1 parent e2f72e9 commit f66d590

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"illuminate/database": "^10.0",
2121
"illuminate/events": "^10.0",
2222
"illuminate/support": "^10.0",
23-
"ramsey/uuid": "^4.7"
23+
"ramsey/uuid": "^4.7",
24+
"spatie/laravel-package-tools": "^1.16"
2425
},
2526
"autoload": {
2627
"psr-4": {
@@ -32,8 +33,7 @@
3233
"laravel/legacy-factories": "^1.3",
3334
"laravel/pint": "^1.13",
3435
"orchestra/testbench": "^8.0",
35-
"phpunit/phpunit": "^9.6.0 || ^10.0.7",
36-
"spatie/laravel-package-tools": "^1.16"
36+
"phpunit/phpunit": "^9.6.0 || ^10.0.7"
3737
},
3838
"autoload-dev": {
3939
"psr-4": {

0 commit comments

Comments
 (0)