From d53caf1f37ab943d9919fbaafa4ad01ad44c0b0e Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Mon, 26 Apr 2021 12:55:32 +0200 Subject: [PATCH] chore: Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4181af68a..2dac55ac3 100644 --- a/composer.json +++ b/composer.json @@ -64,6 +64,7 @@ "symfony/symfony": "*" }, "require-dev": { + "drupol/php-conventions": "4.*", "fakerphp/faker": "^1.13", "phpunit/phpunit": "^7.0", "symfony/dotenv": "^5.1", @@ -82,7 +83,6 @@ } }, "config": { - "vendor-dir": "tests/app/vendor", "bin-dir": "bin" } }