Skip to content

Commit

Permalink
⬆️ Updated dependencies for laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
petermein committed Mar 12, 2018
1 parent b9eb356 commit 560873a
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 @@ -10,9 +10,9 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/database": "5.4.*",
"illuminate/support": "5.4.*",
"illuminate/queue": "5.4.*"
"illuminate/database": "5.4.*|5.5.*||5.6.*",
"illuminate/support": "5.4.*|5.5.*|5.6.*",
"illuminate/queue": "5.4.*|5.5.*|5.6.*"
},
"require-dev": {
"phpunit/phpunit": "^5.5",
Expand Down

0 comments on commit 560873a

Please sign in to comment.