Skip to content

Commit 77d99f3

Browse files
authored
Update composer.json
1 parent d5589ac commit 77d99f3

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
@@ -18,9 +18,9 @@
1818
}
1919
],
2020
"require": {
21-
"illuminate/contracts": "~8.0|~9.0|~10.0",
22-
"illuminate/routing": "~8.0|~9.0|~10.0",
23-
"illuminate/support": "~8.0|~9.0|~10.0",
21+
"illuminate/contracts": ">=8.0",
22+
"illuminate/routing": ">=8.0",
23+
"illuminate/support": ">=8.0",
2424
"spatie/laravel-package-tools": "^1.4.3"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)