diff --git a/.composer.json b/.composer.json index 48a46ea6ceb..3f8d9727b85 100644 --- a/.composer.json +++ b/.composer.json @@ -10,7 +10,9 @@ "lint:phpstan": "../../bin/phpstan analyse", "lint": [ "@lint:phpstan" - ] + ], + "test:behat-cli": "../../bin/behat -f progress --strict --no-interaction", + "build:composer-json": "php ../../Build/BuildEssentials/ComposerManifestMerger.php" }, "replace": { }, diff --git a/composer.json b/composer.json index 19eddec9b80..30e5d9ee2a4 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,9 @@ "lint:phpstan": "../../bin/phpstan analyse", "lint": [ "@lint:phpstan" - ] + ], + "test:behat-cli": "../../bin/behat -f progress --strict --no-interaction", + "build:composer-json": "php ../../Build/BuildEssentials/ComposerManifestMerger.php" }, "replace": { "typo3/typo3cr": "self.version",