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" },