From 610c54d30f6fda2c0cc60d715b240267ea5f54ea Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sat, 11 Sep 2021 13:53:27 +0200 Subject: [PATCH] [TASK] Update the development dependencies (#305) --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 60c4b39..6e2171e 100644 --- a/composer.json +++ b/composer.json @@ -35,21 +35,21 @@ "typo3/class-alias-loader": "< 1.1.0" }, "require-dev": { - "codeception/codeception": "^4.1.5", - "ergebnis/composer-normalize": "^2.15", + "codeception/codeception": "^4.1.22", + "ergebnis/composer-normalize": "^2.15.0", "friendsofphp/php-cs-fixer": "^2.19.2", "helhum/typo3-composer-setup": "^0.5.7", - "helmich/typo3-typoscript-lint": "^2.5", + "helmich/typo3-typoscript-lint": "^2.5.2", "jangregor/phpstan-prophecy": "^0.8.1", - "nimut/testing-framework": "^5.0.3", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^0.12.96", + "nimut/testing-framework": "^5.2.1", + "phpstan/extension-installer": "^1.1.0", + "phpstan/phpstan": "^0.12.98", "phpstan/phpstan-phpunit": "^0.12.22", "phpunit/phpunit": "^7.5.20", "saschaegerer/phpstan-typo3": "^0.13.3", - "seld/jsonlint": "^1.8", - "squizlabs/php_codesniffer": "^3.6", - "symfony/yaml": "^4.4 || ^5.3", + "seld/jsonlint": "^1.8.3", + "squizlabs/php_codesniffer": "^3.6.0", + "symfony/yaml": "^4.4.29 || ^5.3.6", "typo3/cms-fluid-styled-content": "^9.5 || ^10.4" }, "config": {