diff --git a/composer.json b/composer.json index e217afd..f50d525 100644 --- a/composer.json +++ b/composer.json @@ -14,19 +14,19 @@ } }, "require": { - "php": "^8.1.0", + "php": "^8.4.0", "membrane/openapi-reader": "^3.0", - "psr/http-message": "^1.0 || ^2.0", - "psr/log": "^3.0", - "symfony/console": "^6.0 || ^7.0" + "psr/http-message": "^1.1 || ^2.0", + "psr/log": "^3.0.2", + "symfony/console": "^7.4.11 || ^8.0.11" }, "require-dev": { - "infection/infection": "^0.27.0", - "phpunit/phpunit": "^10.5.38", - "phpstan/phpstan": "^2.1.1", - "squizlabs/php_codesniffer": "^3.7", - "guzzlehttp/psr7": "^2.4", - "mikey179/vfsstream": "^1.6.7" + "infection/infection": "^0.33.2", + "phpunit/phpunit": "^13.1.11", + "phpstan/phpstan": "^2.1.55", + "squizlabs/php_codesniffer": "^4.0.1", + "guzzlehttp/psr7": "^2.10.1", + "mikey179/vfsstream": "^1.6.12" }, "bin": [ "bin/membrane-router"