Skip to content

Commit

Permalink
[MINOR] Add support for symfony 5 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Nov 21, 2019
2 parents bd88e07 + 90d2360 commit 31e4e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"ext-pcre": "*",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
"symfony/css-selector": "^3.4 || ^4.2",
"symfony/dom-crawler": "^3.4 || ^4.2"
"symfony/css-selector": "^4.2 || ^5.0",
"symfony/dom-crawler": "^4.2 || ^5.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
Expand Down

0 comments on commit 31e4e34

Please sign in to comment.