diff options
Diffstat (limited to 'src/Symfony/Component/HttpKernel/composer.json')
-rw-r--r-- | src/Symfony/Component/HttpKernel/composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Symfony/Component/HttpKernel/composer.json b/src/Symfony/Component/HttpKernel/composer.json index a2fa2a0..d928c7a 100644 --- a/src/Symfony/Component/HttpKernel/composer.json +++ b/src/Symfony/Component/HttpKernel/composer.json @@ -23,8 +23,8 @@ "symfony/http-foundation": "^4.4|^5.0", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.15", - "psr/log": "~1.0" + "symfony/polyfill-php80": "^1.16", + "psr/log": "^1|^2" }, "require-dev": { "symfony/browser-kit": "^4.3|^5.0", @@ -45,7 +45,7 @@ "twig/twig": "^1.43|^2.13|^3.0.4" }, "provide": { - "psr/log-implementation": "1.0" + "psr/log-implementation": "1.0|2.0" }, "conflict": { "symfony/browser-kit": "<4.3", |