Skip to content

Commit 60b997f

Browse files
committed
Laravel 5.7 support added.
1 parent 7b968b7 commit 60b997f

File tree

2 files changed

+92
-89
lines changed

2 files changed

+92
-89
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"require": {
1313
"php": "^7.1.3",
14-
"illuminate/support": "5.6.*",
15-
"illuminate/console": "5.6.*",
14+
"illuminate/support": "5.7.*",
15+
"illuminate/console": "5.7.*",
1616
"arvenil/ninja-mutex": "^0.6"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^7.0",
2020
"mockery/mockery": "^1.0",
21-
"orchestra/testbench": "3.6.*",
22-
"illuminated/testing-tools": "5.6.*",
21+
"orchestra/testbench": "3.7.*",
22+
"illuminated/testing-tools": "5.7.*",
2323
"predis/predis": "^1.1.1",
2424
"ext-pdo_mysql": "*",
2525
"ext-redis": "*"

composer.lock

Lines changed: 88 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)