Skip to content

Commit 4b284eb

Browse files
committed
Fixed depdencies
1 parent f2a006c commit 4b284eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.1",
17+
"php": ">=8.0",
1818
"spatie/laravel-package-tools": "^1.14.0",
19-
"illuminate/contracts": "^9.0"
19+
"illuminate/support": ">=8.0",
20+
"illuminate/contracts": ">=8.0",
21+
"illuminate/console": ">=8.0"
2022
},
2123
"autoload": {
2224
"psr-4": {

0 commit comments

Comments
 (0)