mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Revert converting 1.0.0
to ^1.0
.
This commit is contained in:
parent
9fb2d4f2d6
commit
12c833864c
4 changed files with 10 additions and 51 deletions
|
@ -32,13 +32,7 @@ requirements:
|
|||
to define which Plugin API versions your plugin is compatible with.
|
||||
|
||||
The required version of the `composer-plugin-api` follows the same [rules][7]
|
||||
as a normal package's, except for the `1.0`, `1.0.0` and `1.0.0.0` _exact_
|
||||
values. In only these three cases, Composer will assume your plugin
|
||||
actually meant `^1.0` instead. This was introduced to maintain BC with
|
||||
the old style of declaring the Plugin API version.
|
||||
|
||||
In other words, `"require": { "composer-plugin-api": "1.0.0" }` means
|
||||
`"require": { "composer-plugin-api": "^1.0" }`.
|
||||
as a normal package's.
|
||||
|
||||
The current composer plugin API version is 1.0.0.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue