mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Rollback plugin api version to 1.0.0 for now, add warning about requiring 1.0.0 exactly
This commit is contained in:
parent
5ec6988218
commit
ddd140fd1c
2 changed files with 4 additions and 2 deletions
|
@ -27,7 +27,7 @@ interface PluginInterface
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
const PLUGIN_API_VERSION = '1.1.0';
|
||||
const PLUGIN_API_VERSION = '1.0.0';
|
||||
|
||||
/**
|
||||
* Apply plugin modifications to Composer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue