Skip to content

Commit

Permalink
Merge pull request #775 from AdrienNeveu/master
Browse files Browse the repository at this point in the history
Add Laravel 5.4 support
  • Loading branch information
lucadegasperi authored Mar 13, 2017
2 parents d54d921 + b492caa commit b884f60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/database": "5.1.* || 5.2.* || 5.3.*",
"illuminate/console": "5.1.* || 5.2.* || 5.3.*",
"illuminate/contracts": "5.1.* || 5.2.* || 5.3.*",
"illuminate/http": "5.1.* || 5.2.* || 5.3.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.*",
"illuminate/config": "5.1.* || 5.2.* || 5.3.*",
"illuminate/database": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/console": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/contracts": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/http": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"illuminate/config": "5.1.* || 5.2.* || 5.3.* || 5.4.*",
"league/oauth2-server": "4.1.*"
},
"require-dev": {
Expand Down

0 comments on commit b884f60

Please sign in to comment.