Skip to content

Commit

Permalink
Allow to use symfony/dom-crawler as 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kala4ek committed Jul 25, 2019
1 parent 6d47738 commit 11cd224
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 @@
"ext-dom": "*",
"sabberworm/php-css-parser": "^8.2",
"symfony/css-selector": "^3",
"symfony/dom-crawler": "~3.0"
"symfony/dom-crawler": "~3.0|~4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 11cd224

Please sign in to comment.