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.
2 parents 6134a25 + fe7f9c8 commit 496cf6fCopy full SHA for 496cf6f
composer.json
@@ -22,9 +22,9 @@
22
],
23
"require": {
24
"php": ">=7.3",
25
- "illuminate/support": "^8.0|^9.0|^10.0",
26
- "illuminate/database": "^8.0|^9.0|^10.0",
27
- "illuminate/events": "^8.0|^9.0|^10.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/database": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/events": "^8.0|^9.0|^10.0|^11.0",
28
"ext-json": "*"
29
},
30
"autoload": {
@@ -41,6 +41,6 @@
41
"minimum-stability": "stable",
42
"license": "MIT",
43
"require-dev": {
44
- "phpunit/phpunit": "^9.5"
+ "phpunit/phpunit": "^9.5|^10.5"
45
}
46
0 commit comments