From f2b6cce84b5ad772adb9843e55a5a42674cd0459 Mon Sep 17 00:00:00 2001 From: Dave Redfern Date: Mon, 10 Jan 2022 11:04:05 -0500 Subject: [PATCH] Update deps to address report security issues Ref: https://github.com/php-pm/php-pm-httpkernel/pull/179#discussion_r781298506 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 983cf88..949c748 100644 --- a/composer.json +++ b/composer.json @@ -4,13 +4,13 @@ "license": "MIT", "require": { "php-pm/php-pm": "^2.0", - "symfony/http-foundation": "^4.2.12|^5.0|^6.0", + "symfony/http-foundation": "^4.1.13|^5.1.5|^6.0", "symfony/http-kernel": "^4.0|^5.0|^6.0", "guzzlehttp/psr7": "^1.5" }, "require-dev": { "phpunit/phpunit": "^9.5", - "symfony/framework-bundle": "^4.1.12|^5.0|^6.0", + "symfony/framework-bundle": "^4.1.13|^5.1.5|^6.0", "symfony/yaml": "^4.0|^5.0|^6.0", "doctrine/annotations": "^1.6" },