Skip to content

Commit 4293b7a

Browse files
committed
ICM: Laravel 5.2 support.
1 parent 5eb5b49 commit 4293b7a

File tree

2 files changed

+305
-353
lines changed

2 files changed

+305
-353
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": ">=5.5.9",
14-
"illuminate/support": "5.1.*",
15-
"illuminate/console": "5.1.*",
14+
"illuminate/support": "5.2.*",
15+
"illuminate/console": "5.2.*",
1616
"arvenil/ninja-mutex": "^0.6"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^5.0",
2020
"mockery/mockery": "^0.9",
21-
"orchestra/testbench": "3.1.*",
22-
"illuminated/testing-tools": "5.1.*",
21+
"orchestra/testbench": "3.2.*",
22+
"illuminated/testing-tools": "5.2.*",
2323
"predis/predis": "^1.0",
2424
"ext-pdo_mysql": "*",
2525
"ext-redis": "*"

0 commit comments

Comments
 (0)