We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74760e1 commit 1dc8b7fCopy full SHA for 1dc8b7f
composer.json
@@ -51,7 +51,7 @@
51
"symfony/security-http": "^4.4|^5.0",
52
"symfony/serializer": "^4.4|^5.0",
53
"symfony/stopwatch": "^4.4|^5.0",
54
- "symfony/string": "^5.0",
+ "symfony/string": "~5.0.0",
55
"symfony/translation": "^5.0",
56
"symfony/twig-bundle": "^4.4|^5.0",
57
"symfony/validator": "^4.4|^5.0",
@@ -79,8 +79,10 @@
79
"symfony/mailer": "<4.4",
80
"symfony/messenger": "<4.4",
81
"symfony/mime": "<4.4",
82
+ "symfony/notifier": ">=5.1",
83
"symfony/property-info": "<4.4",
84
"symfony/serializer": "<4.4",
85
+ "symfony/string": ">=5.1",
86
"symfony/stopwatch": "<4.4",
87
"symfony/translation": "<5.0",
88
"symfony/twig-bridge": "<4.4",
0 commit comments