Skip to content

Commit 34220c6

Browse files
committed
ICM: Laravel 5.3 support.
1 parent 9f819a2 commit 34220c6

File tree

2 files changed

+241
-159
lines changed

2 files changed

+241
-159
lines changed

composer.json

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

0 commit comments

Comments
 (0)