Skip to content

Commit 8880cbd

Browse files
authored
Merge pull request #29 from GCalmels/patch-1
Add compatibility for Symfony 4 and 5
2 parents 5a1d95c + 2b87082 commit 8880cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"php": ">=5.5.0",
1717
"illuminate/support": "5.*|6.*|7.*|8.*",
1818
"guzzlehttp/guzzle": "^6.1|^7.1",
19-
"symfony/dom-crawler": "^3.0",
20-
"symfony/css-selector": "^3.0"
19+
"symfony/dom-crawler": "^3.0|^4.0|^5.0",
20+
"symfony/css-selector": "^3.0|^4.0|^5.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)