From 75851ab0ad349e4488e1166df56d4f0da80ef727 Mon Sep 17 00:00:00 2001 From: John Charman Date: Fri, 18 Sep 2026 15:56:27 +0100 Subject: [PATCH 1/2] Update composer dependencies --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index db95e8f..a8da1bc 100644 --- a/composer.json +++ b/composer.json @@ -18,16 +18,16 @@ "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" From d7e5884f66493b664c73b3ee5a3a91cc1c9d51b8 Mon Sep 17 00:00:00 2001 From: John Charman Date: Fri, 18 Sep 2026 15:57:25 +0100 Subject: [PATCH 2/2] Remove infection config from composer We don't have infection installed, so this should not be here. --- composer.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/composer.json b/composer.json index a8da1bc..d1ad813 100644 --- a/composer.json +++ b/composer.json @@ -31,10 +31,5 @@ }, "bin": [ "bin/membrane" - ], - "config": { - "allow-plugins": { - "infection/extension-installer": true - } - } + ] }