Skip to content

Commit 1f82641

Browse files
committed
ICM: Laravel 5.1+ support.
1 parent 9b4cb01 commit 1f82641

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.6.4",
14-
"illuminate/console": "^5.2",
15-
"arvenil/ninja-mutex": "^0.6.0"
13+
"php": ">=5.5.9",
14+
"illuminate/support": "^5.1",
15+
"illuminate/console": "^5.1",
16+
"arvenil/ninja-mutex": "^0.6"
1617
},
1718
"require-dev": {
18-
"phpunit/phpunit": "^5.6",
19-
"orchestra/testbench": "^3.3",
20-
"mockery/mockery": "^0.9.5",
19+
"phpunit/phpunit": "^5.0",
20+
"mockery/mockery": "^0.9",
21+
"orchestra/testbench": "^3.1",
2122
"predis/predis": "^1.1"
2223
},
2324
"suggest" : {

composer.lock

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

0 commit comments

Comments
 (0)