Relax requirements for experimental components

This commit is contained in:
Nicolas Grekas 2019-11-17 22:48:42 +01:00
parent 44d79c4a57
commit 0c1c4ede48
5 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@
"symfony/security-http": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/string": "~5.0.0",
"symfony/string": "^5.0",
"symfony/translation": "^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/validator": "^4.4|^5.0",

View File

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