Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Closed
Description
The official download page uses thecomposer ...
command, while the docs are usingphp composer.phar ...
.
If you follow the complete installation instructions in the Composer docs, you end up withcomposer
on Windows and Unix. If you simply download the phar in your project, you end up usingphp composer.phar
.
What should we use?
@Seldaek maybe you have an opinion about this?