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 663bd62 commit ccfab7aCopy full SHA for ccfab7a
composer.json
@@ -4,13 +4,13 @@
4
"type": "library",
5
"require": {
6
"php": "^8.1",
7
- "illuminate/support": "^10.0",
8
- "illuminate/container": "^10.0",
9
- "illuminate/database": "^10.0",
10
- "illuminate/events": "^10.0"
+ "illuminate/support": "^9.0 || ^10.0",
+ "illuminate/container": "^9.0 || ^10.0",
+ "illuminate/database": "^9.0 || ^10.0",
+ "illuminate/events": "^9.0 || ^10.0"
11
},
12
"require-dev": {
13
- "phpunit/phpunit": "^10.0",
+ "phpunit/phpunit": "^9.0 || ^10.0",
14
"orchestra/testbench": "v8.10"
15
16
"autoload": {
0 commit comments