Skip to content

Commit 0be2d5e

Browse files
authored
Merge pull request #35 from jdrieghe/patch-1
Allow installation in Laravel 9
2 parents ec56f4d + c705305 commit 0be2d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=5.5.0",
17-
"illuminate/support": "5.*|6.*|7.*|8.*",
17+
"illuminate/support": "5.*|6.*|7.*|8.*|9.*",
1818
"guzzlehttp/guzzle": "^6.1|^7.1",
1919
"symfony/dom-crawler": "^3.0|^4.0|^5.0|^6.0",
2020
"symfony/css-selector": "^3.0|^4.0|^5.0|^6.0"

0 commit comments

Comments
 (0)