Skip to content

Commit

Permalink
allow laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Sep 11, 2019
1 parent a6dfcdd commit d8a7a0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"require": {
"php": ">=7.0",
"gettext/gettext": "^4.4.3",
"illuminate/config": "~5.1",
"illuminate/console": "~5.1",
"illuminate/filesystem": "~5.1",
"illuminate/support": "~5.1",
"illuminate/translation": "~5.1",
"illuminate/config": "~5.1|~6.0",
"illuminate/console": "~5.1|~6.0",
"illuminate/filesystem": "~5.1|~6.0",
"illuminate/support": "~5.1|~6.0",
"illuminate/translation": "~5.1|~6.0",
"guzzlehttp/guzzle": "^6.0"
},
"require-dev": {
Expand Down

0 comments on commit d8a7a0c

Please sign in to comment.