Skip to content

Commit c4c2699

Browse files
Allow Symfony 5.0
1 parent 63e620e commit c4c2699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/polyfill-mbstring": "~1.0"
2222
},
2323
"require-dev": {
24-
"symfony/css-selector": "~3.4|~4.0",
24+
"symfony/css-selector": "^3.4|^4.0|^5.0",
2525
"masterminds/html5": "^2.6"
2626
},
2727
"conflict": {

0 commit comments

Comments
 (0)