From 35f570707ac58ba8b10ab775e181d86cc81b9d41 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 20 Nov 2024 10:10:17 +0100 Subject: [PATCH] [TASK] Update the development dependencies (#727) --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 84c55d7..f05706f 100644 --- a/composer.json +++ b/composer.json @@ -29,20 +29,20 @@ "ergebnis/composer-normalize": "2.44.0", "friendsofphp/php-cs-fixer": "3.64.0", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "1.12.9", - "phpstan/phpstan-phpunit": "1.4.0", + "phpstan/phpstan": "1.12.11", + "phpstan/phpstan-phpunit": "1.4.1", "phpstan/phpstan-strict-rules": "1.6.1", "phpunit/phpunit": "9.6.21", "saschaegerer/phpstan-typo3": "^1.10.2", "squizlabs/php_codesniffer": "3.11.1", "ssch/typo3-rector": "2.11.0", "ssch/typo3-rector-testing-framework": "2.0.1", - "symfony/console": "^5.4.44 || ^6.4.12 || ^7.1.5", - "symfony/routing": "^5.4.43 || ^6.4.12 || ^7.1.4", - "symfony/translation": "^5.4.44 || ^6.4.12 || ^7.1.5", - "symfony/yaml": "^5.4.44 || ^6.4.12 || ^7.1.5", + "symfony/console": "^5.4.47 || ^6.4.15 || ^7.1.8", + "symfony/routing": "^5.4.45 || ^6.4.13 || ^7.1.6", + "symfony/translation": "^5.4.45 || ^6.4.13 || ^7.1.6", + "symfony/yaml": "^5.4.45 || ^6.4.13 || ^7.1.6", "typo3/coding-standards": "0.6.1", - "typo3/testing-framework": "7.1.0", + "typo3/testing-framework": "7.1.1", "webmozart/assert": "^1.11.0" }, "replace": {