Skip to content

Commit 5493a49

Browse files
committed
feature #131 Expose console as a real Composer binary (wouterj)
This PR was merged into the main branch. Discussion ---------- Expose `console` as a real Composer binary ...and rename it to `docs-builder` Commits ------- 8745b59 Expose `console` as a binary
2 parents 205c0b0 + 8745b59 commit 5493a49

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
"gajus/dindent": "^2.0",
3232
"symfony/phpunit-bridge": "^5.2",
3333
"symfony/process": "^5.2"
34-
}
34+
},
35+
"bin": ["bin/docs-builder"]
3536
}

0 commit comments

Comments
 (0)