Skip to content

Commit

Permalink
Merge pull request #277 from cybercog/dependencies/laravel-55
Browse files Browse the repository at this point in the history
Add Laravel 5.5 support
  • Loading branch information
Anton Komarev committed Aug 30, 2017
2 parents a7d0b9a + 6ba8d2f commit ca03bf9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/config": "5.4.*",
"illuminate/contracts": "5.4.*",
"illuminate/http": "5.4.*",
"illuminate/support": "5.4.*",
"illuminate/translation": "5.4.*",
"illuminate/validation": "5.4.*",
"illuminate/view": "5.4.*"
"illuminate/config": "5.4.*|5.5.*",
"illuminate/contracts": "5.4.*|5.5.*",
"illuminate/http": "5.4.*|5.5.*",
"illuminate/support": "5.4.*|5.5.*",
"illuminate/translation": "5.4.*|5.5.*",
"illuminate/validation": "5.4.*|5.5.*",
"illuminate/view": "5.4.*|5.5.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.3",
Expand Down

0 comments on commit ca03bf9

Please sign in to comment.