Skip to content

Commit 3f71a84

Browse files
committed
Update to laravel 5.6
1 parent 4c38333 commit 3f71a84

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"description": "Eloquent cross database compatibility in subqueries",
44
"type": "library",
55
"require": {
6-
"php": ">=7.0.0",
7-
"illuminate/support": "^5.5",
8-
"illuminate/container": "^5.5",
9-
"illuminate/database": "^5.5",
10-
"illuminate/events": "^5.5"
6+
"php": ">=7.1.3",
7+
"illuminate/support": "^5.6",
8+
"illuminate/container": "^5.6",
9+
"illuminate/database": "^5.6",
10+
"illuminate/events": "^5.6"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "~6.0",
14-
"orchestra/testbench": "3.5.x",
13+
"phpunit/phpunit": "~7.0",
14+
"orchestra/testbench": "3.6.x",
1515
"codacy/coverage": "dev-master"
1616
},
1717
"autoload": {

0 commit comments

Comments
 (0)