1
0
Fork 0

Merge pull request #7962 from TekkCraft/patch-1

Update aliases.md
pull/7977/head
Jordi Boggiano 2019-02-10 11:40:53 +01:00 committed by GitHub
commit 9adcdfcb88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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`.