Skip to content

Commit 7a7f7f3

Browse files
committed
Add Laravel 5.4 support.
1 parent 07f0699 commit 7a7f7f3

File tree

3 files changed

+364
-329
lines changed

3 files changed

+364
-329
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
],
1313

1414
"require": {
15-
"php": ">=5.6.0"
15+
"php": ">=5.6.0",
16+
"laravel/browser-kit-testing": "^1.0"
1617
},
1718

1819
"require-dev": {
19-
"laravel/laravel": "5.3.*",
20+
"laravel/laravel": "5.4.*",
2021
"phpunit/phpunit": "~4.0"
2122
},
2223

0 commit comments

Comments
 (0)