more strict requirements of experimental components

This commit is contained in:
Christian Flothmann 2019-11-11 11:03:58 +01:00
parent 81a177df61
commit 23bc40b764
5 changed files with 7 additions and 5 deletions

View File

@ -51,7 +51,7 @@
"symfony/security-http": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/string": "^5.0",
"symfony/string": "~5.0.0",
"symfony/translation": "^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/validator": "^4.4|^5.0",
@ -79,8 +79,10 @@
"symfony/mailer": "<4.4",
"symfony/messenger": "<4.4",
"symfony/mime": "<4.4",
"symfony/notifier": ">=5.1",
"symfony/property-info": "<4.4",
"symfony/serializer": "<4.4",
"symfony/string": ">=5.1",
"symfony/stopwatch": "<4.4",
"symfony/translation": "<5.0",
"symfony/twig-bridge": "<4.4",

View File

@ -18,7 +18,7 @@
"require": {
"php": "^7.2.9",
"symfony/http-client": "^4.3|^5.0",
"symfony/notifier": "^5.0"
"symfony/notifier": "~5.0.0"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Twilio\\": "" },

View File

@ -18,7 +18,7 @@
"require": {
"php": "^7.2.9",
"symfony/http-client": "^4.3|^5.0",
"symfony/notifier": "^5.0"
"symfony/notifier": "~5.0.0"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Slack\\": "" },

View File

@ -18,7 +18,7 @@
"require": {
"php": "^7.2.9",
"symfony/http-client": "^4.3|^5.0",
"symfony/notifier": "^5.0"
"symfony/notifier": "~5.0.0"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Telegram\\": "" },

View File

@ -18,7 +18,7 @@
"require": {
"php": "^7.2.9",
"symfony/http-client": "^4.3|^5.0",
"symfony/notifier": "^5.0"
"symfony/notifier": "~5.0.0"
},
"autoload": {
"psr-4": { "Symfony\\Component\\Notifier\\Bridge\\Twilio\\": "" },