1
0
Fork 0

Bump plugin api version, fixes #10082

pull/10309/head
Jordi Boggiano 2021-11-24 16:35:58 +01:00
parent e96656d850
commit 1b5b5c48bf
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ interface PluginInterface
* *
* @var string * @var string
*/ */
const PLUGIN_API_VERSION = '2.1.0'; const PLUGIN_API_VERSION = '2.2.0';
/** /**
* Apply plugin modifications to Composer * Apply plugin modifications to Composer