From e0245b74d4e11e77a737cdf734095a7bf8fc9eed Mon Sep 17 00:00:00 2001 From: Sylvain Fabre Date: Tue, 27 Jan 2026 15:48:14 +0100 Subject: [PATCH 1/2] Upgrade assoconnect/php-quality-config to v2 Co-Authored-By: Claude Opus 4.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 799b259..15bebee 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "require-dev": { - "assoconnect/php-quality-config": "^1.16" + "assoconnect/php-quality-config": "^2" }, "require": { "php": "^8.3", From 2592d644f90e3a7eb829ddcd24388b09bf3b1f68 Mon Sep 17 00:00:00 2001 From: Sylvain Fabre Date: Fri, 30 Jan 2026 11:58:26 +0100 Subject: [PATCH 2/2] Remove support for Symfony 6 and lower Co-Authored-By: Claude Opus 4.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 15bebee..8f50495 100644 --- a/composer.json +++ b/composer.json @@ -26,10 +26,10 @@ }, "require": { "php": "^8.3", - "symfony/framework-bundle": "^6.0|^7.0", + "symfony/framework-bundle": "^7.0", "assoconnect/php-percent": "^1.1", "doctrine/dbal": "^2.10|^3.0", - "symfony/serializer": "^6.0|^7.0", + "symfony/serializer": "^7.0", "assoconnect/validator-bundle": "^2.32" }, "config": {