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 e6cc24e + 3d24edf commit 0072f42Copy full SHA for 0072f42
composer.json
@@ -22,11 +22,11 @@
22
"minimum-stability": "dev",
23
"require": {
24
"php": "^8.0|^8.1",
25
- "illuminate/database": "^6.20.12|^7.30.4|^8.22.2|^9.0",
26
- "illuminate/http": "^6.0|^7.0|^8.0|^9.0"
+ "illuminate/database": "^6.20.12|^7.30.4|^8.22.2|^9.0|^10.0",
+ "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0"
27
},
28
"require-dev": {
29
- "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
+ "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
30
"phpunit/phpunit": "^8.5|^9.3"
31
32
"extra": {
0 commit comments