Skip to content

Commit 34710d5

Browse files
author
Christoph Singer
committed
allow Symfony 5
1 parent 7e79d72 commit 34710d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
],
1515
"require":{
1616
"php":">=7.1.0",
17-
"symfony/dom-crawler":"^3.4 | ^4",
18-
"symfony/css-selector":"^3.4 | ^4"
17+
"symfony/dom-crawler":"^3.4|^4|^5",
18+
"symfony/css-selector":"^3.4|^4|^5"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^6|^7",
21+
"phpunit/phpunit": "^7",
2222
"wa72/html-pretty-min": "~0.1",
2323
"mikey179/vfsstream": "^1.6"
2424
},

0 commit comments

Comments
 (0)