Skip to content

Commit

Permalink
Merge pull request #35 from jdrieghe/patch-1
Browse files Browse the repository at this point in the history
Allow installation in Laravel 9
  • Loading branch information
dusterio authored Mar 8, 2022
2 parents ec56f4d + c705305 commit 0be2d5e
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 @@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/support": "5.*|6.*|7.*|8.*",
"illuminate/support": "5.*|6.*|7.*|8.*|9.*",
"guzzlehttp/guzzle": "^6.1|^7.1",
"symfony/dom-crawler": "^3.0|^4.0|^5.0|^6.0",
"symfony/css-selector": "^3.0|^4.0|^5.0|^6.0"
Expand Down

0 comments on commit 0be2d5e

Please sign in to comment.