Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Feb 20, 2020
1 parent 957b03e commit b383deb
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 @@ -17,14 +17,14 @@
],
"require": {
"php": "^7.1",
"illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*"
"illuminate/auth": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0"
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b383deb

Please sign in to comment.