Skip to content

Commit 92fe88e

Browse files
committed
ITT: Laravel 5.2 support.
1 parent a05c9e3 commit 92fe88e

File tree

2 files changed

+314
-362
lines changed

2 files changed

+314
-362
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/support": "5.1.*",
15-
"illuminate/database": "5.1.*",
14+
"illuminate/support": "5.2.*",
15+
"illuminate/database": "5.2.*",
1616
"mockery/mockery": "^0.9"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^5.0",
20-
"orchestra/testbench": "3.1.*",
21-
"illuminated/helper-functions": "5.1.*"
20+
"orchestra/testbench": "3.2.*",
21+
"illuminated/helper-functions": "5.2.*"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)