Skip to content

Commit

Permalink
Allow backwards compatibility for older Laravel versions (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored and casperboone committed Aug 25, 2016
1 parent dc495a2 commit 1676c84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Expand Up @@ -14,10 +14,8 @@
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^6.2",
"illuminate/events": "5.3.*",
"illuminate/queue": "5.3.*",
"illuminate/notifications": "5.3.*",
"illuminate/support": "5.3.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*",
"nesbot/carbon": "^1.21"
},
"require-dev": {
Expand Down

0 comments on commit 1676c84

Please sign in to comment.