chore: Update composer.json

This commit is contained in:
Pol Dellaiera 2021-04-26 12:55:32 +02:00
parent a63c38b6aa
commit 0625afecdd

View File

@ -64,6 +64,7 @@
"symfony/symfony": "*" "symfony/symfony": "*"
}, },
"require-dev": { "require-dev": {
"drupol/php-conventions": "4.*",
"fakerphp/faker": "^1.13", "fakerphp/faker": "^1.13",
"phpunit/phpunit": "^7.0", "phpunit/phpunit": "^7.0",
"symfony/dotenv": "^5.1", "symfony/dotenv": "^5.1",
@ -82,7 +83,6 @@
} }
}, },
"config": { "config": {
"vendor-dir": "tests/app/vendor",
"bin-dir": "bin" "bin-dir": "bin"
} }
} }