1
0
Fork 0

Link to the aliases article from schema and repositories docs

Closes #1179.
pull/1291/head
Igor Wiedler 2012-11-07 13:11:09 +01:00
parent a2c2652695
commit f089521919
2 changed files with 8 additions and 0 deletions

View File

@ -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 #### require
Lists packages required by this package. The package will not be installed Lists packages required by this package. The package will not be installed

View File

@ -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 When you run `php composer.phar update`, you should get your modified version
of `monolog/monolog` instead of the one from packagist. 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 alternatives
Git is not the only version control system supported by the VCS repository. Git is not the only version control system supported by the VCS repository.