Support version 4 of symfony/dom-crawler as it contradicts with other package requirements.
Ideally, I think just changing the composer version requirement to support version 4 will be enough.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | dom_crawler_4-3120727-1.patch | 360 bytes | rmasoad@gmail.com |
Comments
Comment #2
rmasoad@gmail.com commentedComment #3
fathershawnOh nice catch! D9 is shipping on Symfony 4 correct? But D8 is still on 3.4 so I think we want a version constraint such as:
"symfony/dom-crawler": "^3.4 || ^4.4"Comment #5
fathershawn