diff options
Diffstat (limited to 'src/Symfony/Component/Debug')
-rw-r--r-- | src/Symfony/Component/Debug/composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Symfony/Component/Debug/composer.json b/src/Symfony/Component/Debug/composer.json index a364eb7..01e8f78 100644 --- a/src/Symfony/Component/Debug/composer.json +++ b/src/Symfony/Component/Debug/composer.json @@ -17,8 +17,7 @@ ], "require": { "php": ">=7.1.3", - "psr/log": "~1.0", - "symfony/polyfill-php80": "^1.15" + "psr/log": "^1|^2|^3" }, "conflict": { "symfony/http-kernel": "<3.4" |