diff --git a/composer.json b/composer.json index 998b2b0e..0443c8f0 100644 --- a/composer.json +++ b/composer.json @@ -37,8 +37,7 @@ "league/flysystem-bundle": "2.4.0", "sylius/mailer-bundle": "^1.8 || ^2.0@beta", "lchrusciel/api-test-case": "^4.1 || ^5.0", - "nelmio/alice": "^3.10", - "symfony/phpunit-bridge": "^5.4 || ^6.0" + "nelmio/alice": "^3.10" }, "conflict": { "symfony/symfony": "4.1.8", @@ -70,5 +69,11 @@ "symfony/thanks": true, "symfony/flex": true } + }, + "scripts": { + "auto-scripts": { + "cache:clear": "symfony-cmd", + "assets:install %PUBLIC_DIR%": "symfony-cmd" + } } }