Merge remote-tracking branch 'Soullivaneuh/depends-symfony-3'
commit
ae474999e8
|
@ -341,13 +341,20 @@ symfony/monolog-bridge requires monolog/monolog (>=1.2)
|
||||||
symfony/symfony requires monolog/monolog (~1)
|
symfony/symfony requires monolog/monolog (~1)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you want, for example, find any package that is **not** ready
|
||||||
|
for Symfony 3 or one of its components, you can run the following command:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
php composer.phar depends symfony/symfony --with-replaces -im ^3.0
|
||||||
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
* **--link-type:** The link types to match on, can be specified multiple
|
* **--link-type:** The link types to match on, can be specified multiple
|
||||||
times.
|
times.
|
||||||
* **--match-constraint (-m):** Filters the dependencies shown using this constraint.
|
* **--match-constraint (-m):** Filters the dependencies shown using this constraint.
|
||||||
* **--invert-match-constraint (-i):** Turns --match-constraint around into a blacklist
|
* **--invert-match-constraint (-i):** Turns --match-constraint around into a blacklist
|
||||||
insteead of a whitelist.
|
instead of a whitelist.
|
||||||
* **--with-replaces:** Search for replaced packages as well.
|
* **--with-replaces:** Search for replaced packages as well.
|
||||||
|
|
||||||
## validate
|
## validate
|
||||||
|
|
Loading…
Reference in New Issue