Update aliases.md

Add composer command for alias.
main
Marc Wilhelm 5 years ago committed by GitHub
parent fdcae616b0
commit f89f9439e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,6 +89,12 @@ Add this to your project's root `composer.json`:
}
```
Or let composer add it for you with:
```
php composer.phar require monolog/monolog:"dev-bugfix as 1.0.x-dev"
```
That will fetch the `dev-bugfix` version of `monolog/monolog` from your GitHub
and alias it to `1.0.x-dev`.

Loading…
Cancel
Save