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 fedec53 commit 8f0b353Copy full SHA for 8f0b353
CHANGELOG.md
composer.json
@@ -18,9 +18,9 @@
18
"require": {
19
"php": "^8.0",
20
"spatie/laravel-package-tools": "^1.9.2",
21
- "illuminate/contracts": "^9.0",
22
- "illuminate/support": "^9.0",
23
- "illuminate/validation": "^9.0"
+ "illuminate/contracts": "^9.0|^10.0",
+ "illuminate/support": "^9.0|^10.0",
+ "illuminate/validation": "^9.0|^10.0"
24
},
25
"require-dev": {
26
"nunomaduro/collision": "^6.0",
0 commit comments