Skip to content

Commit 2d6e5b8

Browse files
committed
ICM: Laravel 5.4 support.
1 parent 79a7886 commit 2d6e5b8

File tree

2 files changed

+356
-759
lines changed

2 files changed

+356
-759
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"require": {
1313
"php": ">=5.6.4",
14-
"illuminate/support": "5.3.*",
15-
"illuminate/console": "5.3.*",
14+
"illuminate/support": "5.4.*",
15+
"illuminate/console": "5.4.*",
1616
"arvenil/ninja-mutex": "^0.6"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^5.4",
19+
"phpunit/phpunit": "^5.7",
2020
"mockery/mockery": "^0.9",
21-
"orchestra/testbench": "3.3.*",
22-
"illuminated/testing-tools": "5.3.*",
21+
"orchestra/testbench": "3.4.*",
22+
"illuminated/testing-tools": "5.4.*",
2323
"predis/predis": "^1.0",
2424
"ext-pdo_mysql": "*",
2525
"ext-redis": "*"

0 commit comments

Comments
 (0)