diff --git a/composer.json b/composer.json index 8add161..a2a49d0 100644 --- a/composer.json +++ b/composer.json @@ -26,12 +26,12 @@ "php": "^8.0", "phrity/util-errorhandler": "^1.1", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0 | ^2.0" + "psr/http-message": "^1.1 | ^2.0" }, "require-dev": { "phpunit/phpunit": "^9.0 | ^10.0 | ^11.0", "php-coveralls/php-coveralls": "^2.0", "phrity/net-uri": "^2.0", - "squizlabs/php_codesniffer": "^3.0" + "squizlabs/php_codesniffer": "^3.5" } }