Skip to content

Commit

Permalink
Support for laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sohelamin committed Sep 18, 2019
1 parent df1c471 commit 0f6ef59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
}
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "^5.3",
"laravelcollective/html": "^5.3"
"php": ">=5.6.4|>=7.0",
"illuminate/support": "^5.3|^6.0",
"laravelcollective/html": "^5.3|^6.0"
},
"require-dev": {
"mockery/mockery": "^0.9.6",
Expand Down

0 comments on commit 0f6ef59

Please sign in to comment.