1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Update the Composer plugin API version to 2.1.0

This commit is contained in:
小克 2021-08-17 18:36:08 +08:00 committed by GitHub
parent 4da1a2d43a
commit d9a94b376a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ requirements:
The required version of the `composer-plugin-api` follows the same [rules][7]
as a normal package's.
The current Composer plugin API version is `2.0.0`.
The current Composer plugin API version is `2.1.0`.
An example of a valid plugin `composer.json` file (with the autoloading
part omitted and an optional require-dev dependency on `composer/composer` for IDE auto completion):