diff --git a/composer.json b/composer.json index 2af4288..aa2bf95 100644 --- a/composer.json +++ b/composer.json @@ -32,19 +32,19 @@ "typo3/cms-frontend": "^9.5 || ^10.4 || ^11.5.2" }, "require-dev": { - "codeception/codeception": "^4.1.22", + "codeception/codeception": "^4.1.27", "ergebnis/composer-normalize": "^2.18.0", - "friendsofphp/php-cs-fixer": "^3.2", + "friendsofphp/php-cs-fixer": "^3.4.0", "helmich/typo3-typoscript-lint": "^2.5.2", "jangregor/phpstan-prophecy": "^1.0.0", "nimut/testing-framework": "^6.0.0", "phpstan/extension-installer": "^1.1.0", "phpstan/phpstan": "^1.2.0", "phpstan/phpstan-phpunit": "^1.0.0", - "phpunit/phpunit": "^8.5.21", + "phpunit/phpunit": "^8.5.22", "saschaegerer/phpstan-typo3": "^1.0.0", "seld/jsonlint": "^1.8.3", - "squizlabs/php_codesniffer": "^3.6.1", + "squizlabs/php_codesniffer": "^3.6.2", "symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0", "typo3/cms-fluid-styled-content": "^9.5 || ^10.4 || ^11.5.2", "typo3/coding-standards": "^0.5.0" @@ -68,6 +68,12 @@ } }, "config": { + "allow-plugins": { + "ergebnis/composer-normalize": false, + "phpstan/extension-installer": false, + "typo3/class-alias-loader": false, + "typo3/cms-composer-installers": false + }, "preferred-install": { "*": "dist" },