We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5589ac commit 77d99f3Copy full SHA for 77d99f3
composer.json
@@ -18,9 +18,9 @@
18
}
19
],
20
"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",
+ "illuminate/contracts": ">=8.0",
+ "illuminate/routing": ">=8.0",
+ "illuminate/support": ">=8.0",
24
"spatie/laravel-package-tools": "^1.4.3"
25
},
26
"require-dev": {
0 commit comments