Skip to content

Commit 198b962

Browse files
committed
ICM: Laravel 5.1 support.
1 parent 10ff384 commit 198b962

File tree

2 files changed

+742
-373
lines changed

2 files changed

+742
-373
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
15-
"illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*",
14+
"illuminate/support": "5.1.*",
15+
"illuminate/console": "5.1.*",
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": "^0.6",
23-
"predis/predis": "^1.1",
21+
"orchestra/testbench": "3.1.*",
22+
"illuminated/testing-tools": "5.1.*",
23+
"predis/predis": "^1.0",
2424
"ext-pdo_mysql": "*",
2525
"ext-redis": "*"
2626
},

0 commit comments

Comments
 (0)