Skip to content

Commit

Permalink
Allow PHP 8 support in composer
Browse files Browse the repository at this point in the history
Helps avoid this issue with the composer when running on PHP 8 environments. Pulled the commit off the suggestions from this issue JacobBennett#48
  • Loading branch information
gayanhewa authored Jun 19, 2021
1 parent 3c60759 commit f1ef60d
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 @@ -17,7 +17,7 @@
}
],
"require": {
"php" : "^7.2",
"php" : "^7.0|^8.0",
"illuminate/support": "~6.0|~7.0|~8.0",
"illuminate/http": "~6.0|~7.0|~8.0",
"symfony/dom-crawler": "^2.7|^3.0|^4.0|^5.0",
Expand Down

0 comments on commit f1ef60d

Please sign in to comment.