Skip to content

Commit fd7294f

Browse files
committed
ITT: Laravel 5.4 support.
1 parent 8f1a73d commit fd7294f

File tree

2 files changed

+395
-798
lines changed

2 files changed

+395
-798
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"require": {
1313
"php": ">=5.6.4",
14-
"illuminate/support": "5.3.*",
15-
"illuminate/database": "5.3.*",
14+
"illuminate/support": "5.4.*",
15+
"illuminate/database": "5.4.*",
1616
"mockery/mockery": "^0.9"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^5.4",
20-
"orchestra/testbench": "3.3.*",
21-
"illuminated/helper-functions": "5.3.*"
19+
"phpunit/phpunit": "^5.7",
20+
"orchestra/testbench": "3.4.*",
21+
"illuminated/helper-functions": "5.4.*"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)