From 2f9c06304237f45c94fc3ba0fe7e46022fffa37d Mon Sep 17 00:00:00 2001 From: Anatoly Nekhay Date: Fri, 1 Nov 2024 06:21:29 +0100 Subject: [PATCH] v3 --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f701053c..e6674a8f 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "psr/container": "^1.0 || ^2.0", "psr/event-dispatcher": "^1.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.0 || ^2.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "psr/log": "^1.0 || ^2.0 || ^3.0", @@ -39,9 +39,8 @@ "require-dev": { "php-di/php-di": "^7.0", "phpstan/phpstan": "^1.12", - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^10.5", "squizlabs/php_codesniffer": "^3.10", - "sunrise/coding-standard": "^1.0", "sunrise/hydrator": "^3.13", "symfony/console": "^6.4", "symfony/validator": "^6.4",