From e5034ed3d15a6688a6257781c2bd1dddd295ab68 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 6 May 2026 13:10:42 +0200 Subject: [PATCH] [TASK] Update and pin the development dependencies We don't want updates of our development dependencies to break our CI build. So pin the versions as much as possible. --- composer.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 66fa5cb..458df92 100644 --- a/composer.json +++ b/composer.json @@ -37,18 +37,18 @@ "symfony/filesystem": "^6.4 || ^7.4 || ^8.0" }, "require-dev": { - "composer/package-versions-deprecated": "^1.11.99.5", - "ergebnis/composer-normalize": "^2.28", - "keradus/cli-executor": "^1.5", - "maglnet/composer-require-checker": "^4.7.1", - "overtrue/phplint": "^9.0", - "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^2.0", - "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", - "phpstan/phpstan-strict-rules": "^2.0", - "phpstan/phpstan-symfony": "^2.0", - "phpunit/phpunit": "^10.1.3", + "composer/package-versions-deprecated": "1.11.99.5", + "ergebnis/composer-normalize": "2.51.0", + "keradus/cli-executor": "2.3.0", + "maglnet/composer-require-checker": "4.7.1 || 4.20.0 || 4.24.0", + "overtrue/phplint": "9.6.3", + "phpstan/extension-installer": "1.4.3", + "phpstan/phpstan": "2.1.54", + "phpstan/phpstan-deprecation-rules": "2.0.4", + "phpstan/phpstan-phpunit": "2.0.16", + "phpstan/phpstan-strict-rules": "2.0.11", + "phpstan/phpstan-symfony": "2.0.15", + "phpunit/phpunit": "10.5.63", "symfony/finder": "^6.4 || ^7.4 || ^8.0", "symfony/process": "^6.4 || ^7.4 || ^8.0" },