Skip to content

Commit 6922e4f

Browse files
authored
Merge pull request #1 from ensi-platform/ensitech-20
ENSITECH-20 support laravel 10
2 parents 0341ce7 + 9906c1e commit 6922e4f

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
@@ -14,9 +14,9 @@
1414
},
1515
"minimum-stability": "stable",
1616
"require-dev": {
17-
"laravel/framework": "^9.0",
18-
"orchestra/testbench": "^7.0",
19-
"phpunit/phpunit": "^9.0"
17+
"laravel/framework": "^9.0 || ^10.0",
18+
"orchestra/testbench": "^7.0 || ^8.0",
19+
"phpunit/phpunit": "^9.0 || ^10.0"
2020
},
2121
"require": {
2222
"php": ">=8.1",

0 commit comments

Comments
 (0)