Skip to content

Commit bd9a4a3

Browse files
fix: take back spatie package-tools
1 parent 4032dbd commit bd9a4a3

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
@@ -21,7 +21,8 @@
2121
],
2222
"require": {
2323
"oobook/manage-eloquent": "^1.0",
24-
"php": "^8.0|^8.1|^8.2|^8.3"
24+
"php": "^8.0|^8.1|^8.2|^8.3",
25+
"spatie/laravel-package-tools": "^1.16"
2526
},
2627
"require-dev": {
2728
"doctrine/dbal": "^3.9",

0 commit comments

Comments
 (0)