Skip to content

Commit

Permalink
chore: adds support to laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 4, 2019
1 parent de9e486 commit 2be403c
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 @@ -14,13 +14,13 @@
"symfony/process": "^4.2",
"phpstan/phpstan": "^0.11.8",
"orchestra/testbench": "^3.6",
"illuminate/http": "5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.6.*|5.7.*|5.8.*",
"illuminate/console": "5.6.*|5.7.*|5.8.*",
"illuminate/database": "5.6.*|5.7.*|5.8.*",
"illuminate/pipeline": "5.6.*|5.7.*|5.8.*",
"illuminate/container": "5.6.*|5.7.*|5.8.*",
"illuminate/contracts": "5.6.*|5.7.*|5.8.*",
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/database": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/pipeline": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/container": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/contracts": "5.6.*|5.7.*|5.8.*|^6.0",
"mockery/mockery": "^1.0|0.9.*"
},
"require-dev": {
Expand Down

0 comments on commit 2be403c

Please sign in to comment.