Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sohelamin authored Aug 9, 2022
1 parent 1bc50e0 commit 207dbdd
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|>=7.0|>=8.0",
"illuminate/support": "^5.3|^6.0|^7.0|>=8.0",
"laravelcollective/html": "^5.3|^6.0"
"php": ">=5.6.4|>=7.0|^8.0",
"illuminate/support": "^5.3|^6.0|^7.0|^8.0|^9.0",
"laravelcollective/html": "^5.3|^6.0|^7.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 207dbdd

Please sign in to comment.