From e34dae4d42a2bbe2ed9eb581f371ae3b00b8c4e2 Mon Sep 17 00:00:00 2001 From: Nicolas Bastien Date: Sat, 28 Sep 2013 06:51:54 +0200 Subject: [PATCH 1/2] [DOC] add link to Monolog library --- doc/articles/aliases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/articles/aliases.md b/doc/articles/aliases.md index efd7cc6cb..82c462715 100644 --- a/doc/articles/aliases.md +++ b/doc/articles/aliases.md @@ -59,12 +59,12 @@ is a dependency of your local project. For this reason, you can alias packages in your `require` and `require-dev` fields. Let's say you found a bug in the `monolog/monolog` package. You cloned -Monolog on GitHub and fixed the issue in a branch named `bugfix`. Now you want +[Monolog](https://github.com/Seldaek/monolog) on GitHub and fixed the issue in a branch named `bugfix`. Now you want to install that version of monolog in your local project. You are using `symfony/monolog-bundle` which requires `monolog/monolog` version `1.*`. So you need your `dev-bugfix` to match that constraint. - + Just add this to your project's root `composer.json`: { From 6a435f97c8ab5bace565f5c285723cee9c251b84 Mon Sep 17 00:00:00 2001 From: Nicolas Bastien Date: Mon, 30 Sep 2013 00:10:23 +0200 Subject: [PATCH 2/2] Correct line length Correct GromNaN comment --- doc/articles/aliases.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/articles/aliases.md b/doc/articles/aliases.md index 82c462715..9d0cbd44b 100644 --- a/doc/articles/aliases.md +++ b/doc/articles/aliases.md @@ -59,8 +59,9 @@ is a dependency of your local project. For this reason, you can alias packages in your `require` and `require-dev` fields. Let's say you found a bug in the `monolog/monolog` package. You cloned -[Monolog](https://github.com/Seldaek/monolog) on GitHub and fixed the issue in a branch named `bugfix`. Now you want -to install that version of monolog in your local project. +[Monolog](https://github.com/Seldaek/monolog) on GitHub and fixed the issue in +a branch named `bugfix`. Now you want to install that version of monolog in your +local project. You are using `symfony/monolog-bundle` which requires `monolog/monolog` version `1.*`. So you need your `dev-bugfix` to match that constraint.