Skip to content

Commit f796f4e

Browse files
minor #34316 more strict requirements of experimental components (xabbuh)
This PR was merged into the 5.0-dev branch. Discussion ---------- more strict requirements of experimental components | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 23bc40b764 more strict requirements of experimental components
2 parents d5f2239 + 1dc8b7f commit f796f4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"symfony/security-http": "^4.4|^5.0",
5151
"symfony/serializer": "^4.4|^5.0",
5252
"symfony/stopwatch": "^4.4|^5.0",
53-
"symfony/string": "^5.0",
53+
"symfony/string": "~5.0.0",
5454
"symfony/translation": "^5.0",
5555
"symfony/twig-bundle": "^4.4|^5.0",
5656
"symfony/validator": "^4.4|^5.0",
@@ -77,8 +77,10 @@
7777
"symfony/mailer": "<4.4",
7878
"symfony/messenger": "<4.4",
7979
"symfony/mime": "<4.4",
80+
"symfony/notifier": ">=5.1",
8081
"symfony/property-info": "<4.4",
8182
"symfony/serializer": "<4.4",
83+
"symfony/string": ">=5.1",
8284
"symfony/stopwatch": "<4.4",
8385
"symfony/translation": "<5.0",
8486
"symfony/twig-bridge": "<4.4",

0 commit comments

Comments
 (0)