Skip to content

Commit dd267dd

Browse files
committed
Fix Composer Import
1 parent 3f8d98b commit dd267dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"illuminate/database": "^8.0",
2626
"illuminate/http": "^8.0",
2727
"illuminate/notifications": "^8.0",
28-
"illuminate/support": "^8.0"
28+
"illuminate/support": "^8.0",
29+
"spatie/laravel-package-tools": "^1.4"
2930
},
3031
"require-dev": {
3132
"orchestra/testbench": "^6.0",

0 commit comments

Comments
 (0)