From 82c33a038913a04cb5095ee574c5c578a284e45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Guzm=C3=A1n=20Maeso?= Date: Wed, 25 Jun 2025 18:28:31 +0200 Subject: [PATCH 1/2] feat: bump laminas diagnostics to version 1.27 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index af0c305..101dcfc 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require": { "php": "^8.1", "symfony/framework-bundle": "^6.4|^7.0", - "laminas/laminas-diagnostics": "^1.9" + "laminas/laminas-diagnostics": "^1.27" }, "require-dev": { "doctrine/doctrine-migrations-bundle": "^2.0 || ^3.0 || ^7.0", From 9147957e9afca90e018cfd8b079c5f4e341d846e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Guzm=C3=A1n=20Maeso?= Date: Wed, 25 Jun 2025 19:13:04 +0200 Subject: [PATCH 2/2] fix: update security checker --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 101dcfc..54e759f 100644 --- a/composer.json +++ b/composer.json @@ -25,13 +25,13 @@ "require": { "php": "^8.1", "symfony/framework-bundle": "^6.4|^7.0", - "laminas/laminas-diagnostics": "^1.27" + "laminas/laminas-diagnostics": "^1.9 || ^1.27" }, "require-dev": { "doctrine/doctrine-migrations-bundle": "^2.0 || ^3.0 || ^7.0", "doctrine/migrations": "^2.0 || ^3.0", "doctrine/persistence": "^1.3.3 || ^2.0 || ^3.0", - "enlightn/security-checker": "^1.11", + "enlightn/security-checker": "^1.11 || ^2.0", "guzzlehttp/guzzle": "^5.3.2 || ^6.3.3 || ^7.0.1", "matthiasnoback/symfony-dependency-injection-test": "^4.3 || ^5.0", "php-cs-fixer/shim": "^3.75",