diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 3082f5c7a4a..48598e0c5a4 100644 --- a/composer.json +++ b/composer.json @@ -68,5 +68,11 @@ "test": "phpunit --configuration tests/phpunit-autotest.xml", "test:db": "@composer run test -- --group DB,SLOWDB", "test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml" + }, + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } } } |