Skip to content

Commit 663bd62

Browse files
committed
MLD-5292 updated for Laravel 10.
1 parent 16192c9 commit 663bd62

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
"description": "Eloquent cross database compatibility in subqueries",
44
"type": "library",
55
"require": {
6-
"php": ">=7.1.3",
7-
"illuminate/support": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
8-
"illuminate/container": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
9-
"illuminate/database": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
10-
"illuminate/events": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
6+
"php": "^8.1",
7+
"illuminate/support": "^10.0",
8+
"illuminate/container": "^10.0",
9+
"illuminate/database": "^10.0",
10+
"illuminate/events": "^10.0"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "~7.0",
14-
"orchestra/testbench": "3.6.x",
15-
"codacy/coverage": "dev-master"
13+
"phpunit/phpunit": "^10.0",
14+
"orchestra/testbench": "v8.10"
1615
},
1716
"autoload": {
1817
"psr-4": {

0 commit comments

Comments
 (0)