1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Add ability to use a Regexp when updating packages

This commit is contained in:
Aurélien Thieriot 2012-12-13 09:08:04 +00:00
parent 3a0270147a
commit 159badb06b
3 changed files with 56 additions and 1 deletions

View file

@ -96,6 +96,10 @@ If you just want to update a few packages and not all, you can list them as such
$ php composer.phar update vendor/package vendor/package2
You can also use a Regular expression pattern to update a bunch of packages at once:
$ php composer.phar update vendor.*
### Options
* **--prefer-source:** Install packages from `source` when available.