Skip to content

Commit

Permalink
Merge pull request #9 from d4rkd0s/patch-1
Browse files Browse the repository at this point in the history
Allowing greater versions of illuminate for #8
  • Loading branch information
gravitano authored Sep 4, 2017
2 parents 253c376 + 844ed39 commit d0a4866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.0.*",
"illuminate/config": "5.0.*",
"illuminate/routing": "5.0.*",
"illuminate/session": "5.0.*",
"illuminate/support": ">=5.0.*",
"illuminate/config": ">=5.0.*",
"illuminate/routing": ">=5.0.*",
"illuminate/session": ">=5.0.*",
"guzzlehttp/guzzle": "~5.2",
"facebook/php-sdk-v4" : "~4.0"
},
Expand Down

0 comments on commit d0a4866

Please sign in to comment.