Skip to content

Commit 0072f42

Browse files
authored
Merge pull request #35 from ans-group/support-l10
Support Laravel / Lumen 10
2 parents e6cc24e + 3d24edf commit 0072f42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"minimum-stability": "dev",
2323
"require": {
2424
"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"
25+
"illuminate/database": "^6.20.12|^7.30.4|^8.22.2|^9.0|^10.0",
26+
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0"
2727
},
2828
"require-dev": {
29-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
29+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
3030
"phpunit/phpunit": "^8.5|^9.3"
3131
},
3232
"extra": {

0 commit comments

Comments
 (0)