From 8d81f7b3f46f04f142b66d3db66ffd384fd3e0f1 Mon Sep 17 00:00:00 2001 From: andig Date: Mon, 13 Jan 2020 22:42:51 +0100 Subject: [PATCH] Fix potential security issue --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3cf7988..8f40c7c 100644 --- a/composer.json +++ b/composer.json @@ -3,13 +3,13 @@ "license": "MIT", "require": { "php-pm/php-pm": "^2.0", - "symfony/http-foundation": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^3.4|^4.2.12|^5.0", "symfony/http-kernel": "^3.4|^4.0|^5.0", "guzzlehttp/psr7": "^1.5" }, "require-dev": { "phpunit/phpunit": "^7.0", - "symfony/framework-bundle": "^3.4|^4.0|^5.0", + "symfony/framework-bundle": "^3.4|^4.1.12|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0", "doctrine/annotations": "^1.6" },