From d9a94b376aca3637f1623e78b88b2d113281465c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=85=8B?= Date: Tue, 17 Aug 2021 18:36:08 +0800 Subject: [PATCH] Update the Composer plugin API version to 2.1.0 --- doc/articles/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/plugins.md b/doc/articles/plugins.md index 5242ef7ca078..df374405b204 100644 --- a/doc/articles/plugins.md +++ b/doc/articles/plugins.md @@ -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):