diff --git a/composer.json b/composer.json index a47e8de..fdf7819 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,8 @@ "symfony/config": "^5.2", "symfony/console": "^5.2", "symfony/dependency-injection": "^5.2", - "symfony/http-foundation": "^5.2" + "symfony/http-foundation": "^5.2", + "symfony/http-kernel": "^5.2" }, "require-dev": { "squizlabs/php_codesniffer": "^3.6", diff --git a/composer.lock b/composer.lock index f8e4eb0..e025499 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "30f8e9d8a1fba244db2126079b7bd3e4", + "content-hash": "61930cd63f9f05f51c9a991e372d287a", "packages": [ { "name": "composer/package-versions-deprecated", @@ -2803,21 +2803,21 @@ }, { "name": "symfony/http-kernel", - "version": "v5.2.5", + "version": "v5.2.14", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "b8c63ef63c2364e174c3b3e0ba0bf83455f97f73" + "reference": "2c3b9af1047c477c527504a3509ab59e4fae0689" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b8c63ef63c2364e174c3b3e0ba0bf83455f97f73", - "reference": "b8c63ef63c2364e174c3b3e0ba0bf83455f97f73", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2c3b9af1047c477c527504a3509ab59e4fae0689", + "reference": "2c3b9af1047c477c527504a3509ab59e4fae0689", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/log": "~1.0", + "psr/log": "^1|^2", "symfony/deprecation-contracts": "^2.1", "symfony/error-handler": "^4.4|^5.0", "symfony/event-dispatcher": "^5.0", @@ -2825,7 +2825,7 @@ "symfony/http-foundation": "^4.4|^5.0", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/browser-kit": "<4.4", @@ -2844,7 +2844,7 @@ "twig/twig": "<2.13" }, "provide": { - "psr/log-implementation": "1.0" + "psr/log-implementation": "1.0|2.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", @@ -2895,7 +2895,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.2.5" + "source": "https://github.com/symfony/http-kernel/tree/v5.2.14" }, "funding": [ { @@ -2911,7 +2911,7 @@ "type": "tidelift" } ], - "time": "2021-03-10T17:07:35+00:00" + "time": "2021-07-29T06:52:15+00:00" }, { "name": "symfony/polyfill-ctype",