Skip to content

Commit

Permalink
fix for laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
yupmin committed Oct 11, 2019
1 parent a11bb05 commit d0a01f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"php": "^7.1.3",
"ext-apcu": "*",
"ext-json": "*",
"illuminate/contracts": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/contracts": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0.0",
"yupmin/modern-phystrix": "^3.1"
},
"require-dev": {
Expand Down

0 comments on commit d0a01f4

Please sign in to comment.