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:
parent
3a0270147a
commit
159badb06b
3 changed files with 56 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue