Replies: 1 comment 1 reply
-
the It was kept, for better readability and clarity. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
By reading the Contributing guide, I've noticed that you use the
composer run-script
syntax.Even if it's always true, recent version of Composer also allows to directly run commands without
run-script
, I'll propose at least to group all additional commands to namespace, that will allow to discover them easily when invokingcomposer
command without arguments (that will display help panel)Something like :
What do you think ?
Preview on tag 4.0.1
Beta Was this translation helpful? Give feedback.
All reactions