From 1b5b5c48bf91f256745740b6b60e460180213d7d Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 24 Nov 2021 16:35:58 +0100 Subject: [PATCH] Bump plugin api version, fixes #10082 --- src/Composer/Plugin/PluginInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Plugin/PluginInterface.php b/src/Composer/Plugin/PluginInterface.php index c7c42c5f9..2bbc08f50 100644 --- a/src/Composer/Plugin/PluginInterface.php +++ b/src/Composer/Plugin/PluginInterface.php @@ -32,7 +32,7 @@ interface PluginInterface * * @var string */ - const PLUGIN_API_VERSION = '2.1.0'; + const PLUGIN_API_VERSION = '2.2.0'; /** * Apply plugin modifications to Composer