Skip to content

Commit 435e489

Browse files
Arjen MiedemaJeroenBoersma
authored andcommitted
Add command for Composer 2
The command for Composer 2 is available now, making it possible to use that command from your command line as well. In the future the command `composer` (composer v1) should be replaced with the `composer2` command, but since it's still used a lot we will leave that as it is for now.
1 parent cc5b900 commit 435e489

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/composer2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
`dirname $0`/dev composer2 "$@"
3+
exit $?

0 commit comments

Comments
 (0)