Skip to content

Commit

Permalink
Merge pull request #268 from johnnydoe82/master
Browse files Browse the repository at this point in the history
Compatibility with Laravel 9
  • Loading branch information
sohelamin authored Mar 25, 2022
2 parents 662840d + 0e17db3 commit 1bc50e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=5.6.4|>=7.0|>=8.0",
"illuminate/support": "^5.3|^6.0|^7.0|^8.0",
"illuminate/support": "^5.3|^6.0|^7.0|>=8.0",
"laravelcollective/html": "^5.3|^6.0"
},
"require-dev": {
Expand Down

0 comments on commit 1bc50e0

Please sign in to comment.