diff --git a/composer.json b/composer.json index a93ec69..43565e8 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "typo3/cms-frontend": "^10.4 || ^11.5.2" }, "require-dev": { - "codeception/codeception": "^4.1.30", + "codeception/codeception": "^4.1.31", "doctrine/dbal": "^2.13.8", "ergebnis/composer-normalize": "^2.19.0", "friendsofphp/php-cs-fixer": "^3.4.0", @@ -42,15 +42,15 @@ "jangregor/phpstan-prophecy": "^1.0.0", "php-coveralls/php-coveralls": "^2.5.2", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "^1.4.9", - "phpstan/phpstan-phpunit": "^1.0.0", - "phpunit/phpunit": "^8.5.24", + "phpstan/phpstan": "^1.6.2", + "phpstan/phpstan-phpunit": "^1.1.1", + "phpunit/phpunit": "^8.5.26", "saschaegerer/phpstan-typo3": "^1.1.2", - "seld/jsonlint": "^1.8.3", + "seld/jsonlint": "^1.9.0", "squizlabs/php_codesniffer": "^3.6.2", "symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0", "typo3/cms-fluid-styled-content": "^10.4 || ^11.5.2", - "typo3/coding-standards": "^0.5.0", + "typo3/coding-standards": "^0.5.2", "typo3/testing-framework": "^6.15.3" }, "replace": {