diff --git a/bin/console b/bin/docs-builder similarity index 100% rename from bin/console rename to bin/docs-builder diff --git a/composer.json b/composer.json index f8e8801..64b5ce6 100644 --- a/composer.json +++ b/composer.json @@ -31,5 +31,6 @@ "gajus/dindent": "^2.0", "symfony/phpunit-bridge": "^5.2", "symfony/process": "^5.2" - } + }, + "bin": ["bin/docs-builder"] }