Skip to content

Commit efc3379

Browse files
committed
minor #22885 [3.4] Allow 4.* deps (nicolas-grekas)
This PR was merged into the 3.4 branch. Discussion ---------- [3.4] Allow 4.* deps | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22756 | License | MIT | Doc PR | - This is implementing option 3 as described in #22756. See #22769 for corresponding PR on 2.8: everything goes well and this allows catching a few more potential mistakes. Commits ------- c3e1646af8 [3.4] Allow 4.* deps
2 parents 299fcf6 + 72aae9e commit efc3379

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
@@ -20,7 +20,7 @@
2020
"symfony/polyfill-mbstring": "~1.0"
2121
},
2222
"require-dev": {
23-
"symfony/css-selector": "~2.8|~3.0|~4.0.0"
23+
"symfony/css-selector": "~2.8|~3.0|~4.0"
2424
},
2525
"suggest": {
2626
"symfony/css-selector": ""

0 commit comments

Comments
 (0)