Skip to content

Commit

Permalink
Fix dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
vluzrmos committed Mar 22, 2020
1 parent 5959f06 commit 736241f
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 @@ -18,10 +18,10 @@
"type": "package",
"require": {
"php": "^7.2",
"illuminate/config": ">6.0",
"illuminate/translation": ">6.0",
"illuminate/support": ">6.0",
"illuminate/cookie": ">6.0"
"illuminate/config": "~6.0 || ~7.0",
"illuminate/translation": "~6.0 || ~7.0",
"illuminate/support": "~6.0 || ~7.0",
"illuminate/cookie": "~6.0 || ~7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
Expand Down

0 comments on commit 736241f

Please sign in to comment.