1
0
Fork 0

Merge pull request #10060 from goodjack/update-plugin-api-version-2.1.0

Update the Composer plugin API version to 2.1.0
pull/10065/head
Jordi Boggiano 2021-08-18 11:35:24 +02:00 committed by GitHub
commit b7bb7718fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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):