From f7ce9071481473afeb054062157599f1623165ed Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 5 Jan 2022 14:50:30 +0100 Subject: [PATCH] Update plugin-api in docs --- 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 e3df2cf95..065ef5c58 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 rules. -The current Composer plugin API version is `2.2.0`. +The current Composer plugin API version is `2.3.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):