Skip to content

Commit fe46f5b

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 fec1108 + bb9b9ed commit fe46f5b

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
@@ -28,7 +28,7 @@
2828
"symfony/polyfill-intl-icu": "~1.0"
2929
},
3030
"require-dev": {
31-
"symfony/filesystem": "~2.8|~3.0|~4.0.0"
31+
"symfony/filesystem": "~2.8|~3.0|~4.0"
3232
},
3333
"suggest": {
3434
"ext-intl": "to use the component with locales other than \"en\""

0 commit comments

Comments
 (0)