Skip to content

Commit 4438747

Browse files
committed
make laravel 5.4 support
1 parent 47a0507 commit 4438747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
],
1313
"require": {
1414
"php": ">=5.5.9",
15-
"illuminate/contracts": "5.0.* || 5.1.* || 5.2.* || 5.3.*",
16-
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.*",
15+
"illuminate/contracts": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.*",
16+
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.*",
1717
"sebastian-berc/repositories": "^1.0",
1818
"nesbot/carbon": "^1.21",
1919
"pusher/pusher-php-server": "^2.6"

0 commit comments

Comments
 (0)