Use global (#1733)

This commit is contained in:
Lloric Mayuga Garcia 2021-10-29 08:30:11 +08:00 committed by GitHub
parent e2680e5684
commit ff5e63c9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ description: |
Basic guide on how to use Composer, the PHP Package manager.
---
All composer commands, depending on your install, may need to use `php composer.phar` in the install folder for composer, instead of plain `composer`.
All composer commands, depending on your install, may need to use `php composer.phar` in the install folder for composer, instead of global/plain `composer`.
### Installing dependencies