Correct prohibits/why-not example command (#10994)
Running the example command `composer prohibits php:8` returns an error, "Not enough arguments (missing: "version")."pull/10996/head
parent
104bf0d75d
commit
2152b20a94
|
@ -617,7 +617,7 @@ Note that you can also specify platform requirements, for example to check
|
|||
whether you can upgrade your server to PHP 8.0:
|
||||
|
||||
```sh
|
||||
php composer.phar prohibits php:8
|
||||
php composer.phar prohibits php 8
|
||||
doctrine/cache v1.6.0 requires php (~5.5|~7.0)
|
||||
doctrine/common v2.6.1 requires php (~5.5|~7.0)
|
||||
doctrine/instantiator 1.0.5 requires php (>=5.3,<8.0-DEV)
|
||||
|
|
Loading…
Reference in New Issue