Skip to content

Commit 3c939ed

Browse files
committed
ICM: Laravel 5.5 support.
1 parent a2fbef9 commit 3c939ed

File tree

3 files changed

+573
-228
lines changed

3 files changed

+573
-228
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.6.4",
14-
"illuminate/support": "5.4.*",
15-
"illuminate/console": "5.4.*",
13+
"php": ">=7.0",
14+
"illuminate/support": "5.5.*",
15+
"illuminate/console": "5.5.*",
1616
"arvenil/ninja-mutex": "^0.6"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^5.7",
19+
"phpunit/phpunit": "^6.0",
2020
"mockery/mockery": "^0.9",
21-
"orchestra/testbench": "3.4.*",
22-
"illuminated/testing-tools": "5.4.*",
23-
"predis/predis": "^1.0",
21+
"orchestra/testbench": "3.5.*",
22+
"illuminated/testing-tools": "5.5.*",
23+
"predis/predis": "^1.1.1",
2424
"ext-pdo_mysql": "*",
2525
"ext-redis": "*"
2626
},

0 commit comments

Comments
 (0)