Skip to content

Commit

Permalink
allow Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Singer committed Nov 22, 2019
1 parent 7e79d72 commit 34710d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
],
"require":{
"php":">=7.1.0",
"symfony/dom-crawler":"^3.4 | ^4",
"symfony/css-selector":"^3.4 | ^4"
"symfony/dom-crawler":"^3.4|^4|^5",
"symfony/css-selector":"^3.4|^4|^5"
},
"require-dev": {
"phpunit/phpunit": "^6|^7",
"phpunit/phpunit": "^7",
"wa72/html-pretty-min": "~0.1",
"mikey179/vfsstream": "^1.6"
},
Expand Down

0 comments on commit 34710d5

Please sign in to comment.