Skip to content

Commit 66de798

Browse files
authored
Merge pull request #18 from ivanvermeyen/patch-1
Add Laravel 5.4 support
2 parents 9c1532d + e5e975d commit 66de798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"require": {
2222
"php": ">=5.6.4",
2323
"guzzlehttp/guzzle": "^6.2",
24-
"illuminate/notifications": "5.3.*",
25-
"illuminate/support": "5.1.* || 5.2.* || 5.3.*"
24+
"illuminate/notifications": "5.3.* || 5.4.*",
25+
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^0.9.5",
2929
"phpunit/phpunit": "5.*",
30-
"orchestra/testbench": "3.3.x-dev"
30+
"orchestra/testbench": "3.4.x-dev"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)