Closed
Description
The official download page uses the composer ...
command, while the docs are using php composer.phar ...
.
If you follow the complete installation instructions in the Composer docs, you end up with composer
on Windows and Unix. If you simply download the phar in your project, you end up using php composer.phar
.
What should we use?
@Seldaek maybe you have an opinion about this?