From f089521919006a410a930d6e858d49f7f1817ca9 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Wed, 7 Nov 2012 13:11:09 +0100 Subject: [PATCH] Link to the aliases article from schema and repositories docs Closes #1179. --- doc/04-schema.md | 4 ++++ doc/05-repositories.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/04-schema.md b/doc/04-schema.md index de6320222..a44ca605e 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -281,6 +281,10 @@ Example: } } +It is possible to inline-alias a package constraint so that it matches a +constraint that it otherwise would not. For more information [see the +aliases article](articles/aliases.md). + #### require Lists packages required by this package. The package will not be installed diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 5419d3896..7286e3dcd 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -190,6 +190,10 @@ Example assuming you patched monolog to fix a bug in the `bugfix` branch: When you run `php composer.phar update`, you should get your modified version of `monolog/monolog` instead of the one from packagist. +It is possible to inline-alias a package constraint so that it matches a +constraint that it otherwise would not. For more information [see the +aliases article](articles/aliases.md). + #### Git alternatives Git is not the only version control system supported by the VCS repository.