diff --git a/composer.json b/composer.json index db95e8f..d1ad813 100644 --- a/composer.json +++ b/composer.json @@ -18,23 +18,18 @@ "atto/codegen-tools": "^0.1.2", "psr/http-message": "^2.0", "psr/log": "^3.0.2", - "symfony/console": "^7.4.11 || ^8.0.11", + "symfony/console": "^7.4.19 || ^8.1.7", "membrane/openapi-reader": "^3.1.1", "membrane/openapi-router": "0.5.3" }, "require-dev": { - "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" + "phpunit/phpunit": "^13.1.14", + "phpstan/phpstan": "^2.2.14", + "squizlabs/php_codesniffer": "^4.0.4", + "guzzlehttp/psr7": "^3.1.0", + "mikey179/vfsstream": "^v1.6.12" }, "bin": [ "bin/membrane" - ], - "config": { - "allow-plugins": { - "infection/extension-installer": true - } - } + ] }