Skip to content

Commit

Permalink
Merge pull request #18 from ivanvermeyen/patch-1
Browse files Browse the repository at this point in the history
Add Laravel 5.4 support
  • Loading branch information
irazasyed authored Mar 24, 2017
2 parents 9c1532d + e5e975d commit 66de798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^6.2",
"illuminate/notifications": "5.3.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.*"
"illuminate/notifications": "5.3.* || 5.4.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
"phpunit/phpunit": "5.*",
"orchestra/testbench": "3.3.x-dev"
"orchestra/testbench": "3.4.x-dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 66de798

Please sign in to comment.