diff options
author | Valery Piashchynski <[email protected]> | 2020-04-08 17:09:36 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-04-08 17:09:36 +0300 |
commit | f24a11df068426628eaa885bc24f0abac1e5caf1 (patch) | |
tree | c6dcc94422bfd288c33af416ac92f475b915e10f /composer.json | |
parent | f2d4a57c7be5716fc6fd341ff978c90820ce0870 (diff) |
Vendor directory fix (php vs golang)
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json index beed4175..aa461df3 100644 --- a/composer.json +++ b/composer.json @@ -22,11 +22,14 @@ "symfony/console": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", "laminas/laminas-diactoros": "^1.3 || ^2.0" }, + "config": { + "vendor-dir": "vendor_php" + }, "require-dev": { - "phpstan/phpstan": "~0.12" + "phpstan/phpstan": "~0.12" }, "scripts": { - "analyze": "@php ./vendor/bin/phpstan analyze -c ./phpstan.neon.dist --no-progress --ansi" + "analyze": "@php ./vendor_php/bin/phpstan analyze -c ./phpstan.neon.dist --no-progress --ansi" }, "autoload": { "psr-4": { |