diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-27 07:36:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-27 07:36:54 +0200 |
commit | acd7873483409ffd0602c21da46ba8f736b800e4 (patch) | |
tree | cd3ce953814439bd5253b6a54d052af399250c39 /src/Symfony/Component/Console | |
parent | fc3f3f5e8562dc9b056a64c18137469b828f926f (diff) |
update to 4.4.28
all components now require symfony/polyfill-php80
Diffstat (limited to 'src/Symfony/Component/Console')
-rw-r--r-- | src/Symfony/Component/Console/composer.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Symfony/Component/Console/composer.json b/src/Symfony/Component/Console/composer.json index 5c573df..90cbd24 100644 --- a/src/Symfony/Component/Console/composer.json +++ b/src/Symfony/Component/Console/composer.json @@ -19,7 +19,7 @@ "php": ">=7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2" }, "require-dev": { @@ -29,10 +29,10 @@ "symfony/lock": "^4.4|^5.0", "symfony/process": "^3.4|^4.0|^5.0", "symfony/var-dumper": "^4.3|^5.0", - "psr/log": "~1.0" + "psr/log": "^1|^2" }, "provide": { - "psr/log-implementation": "1.0" + "psr/log-implementation": "1.0|2.0" }, "suggest": { "symfony/event-dispatcher": "", @@ -41,6 +41,7 @@ "psr/log": "For using the console logger" }, "conflict": { + "psr/log": ">=3", "symfony/dependency-injection": "<3.4", "symfony/event-dispatcher": "<4.3|>=5", "symfony/lock": "<4.4", |