From dc266442c363859a5012b8d1f4c082c8442def6b Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Fri, 2 Feb 2024 10:43:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20symfony=20version=20incomp?= =?UTF-8?q?atibility=20with=20securitychecker=5Fenlightn=20(#71)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🐛 fix symfony version incompatibility with securitychecker_enlightn * Update composer.json fix https://github.com/composer/composer/issues/11741 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 312e895..7557d3a 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "composer-plugin-api": "^2.1.0", "andersundsehr/phpstan-git-files": "^1.0.1", "composer/semver": "^3.3.0", - "enlightn/security-checker": "^1.10.0", + "enlightn/security-checker": "^1.10.0 || ^2", "ergebnis/composer-normalize": "^2.31", "kcs/psr-phpstan-rules": "^1.1", "php-parallel-lint/php-parallel-lint": "^1.3.2", @@ -35,7 +35,7 @@ "symfony/yaml": "^5.4.0 || ^6.0" }, "require-dev": { - "composer/composer": "^2.5.5", + "composer/composer": "^2.6.6", "pluswerk/grumphp-bom-task": "dev-main as 8.99.99", "pluswerk/grumphp-xliff-task": "dev-main as 6.99.99", "roave/security-advisories": "dev-latest"