1
0
Fork 0
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:
Jordi Boggiano 2016-01-22 18:50:30 +00:00
parent 5ec6988218
commit ddd140fd1c
2 changed files with 4 additions and 2 deletions

View file

@ -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