| Current Path : /var/www/clients/client3/web2/web/var/vendor/magento/composer-root-update-plugin/ |
| Current File : /var/www/clients/client3/web2/web/var/vendor/magento/composer-root-update-plugin/composer.json |
{
"name": "magento/composer-root-update-plugin",
"type": "composer-plugin",
"description": "Plugin to look ahead for Magento project root changes when running composer update for new Magento versions",
"version": "1.1.2",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"composer/composer": "<=1.11 || >=2.0.0 <=2.1",
"composer-plugin-api": "^1.0 || ^2.0"
},
"suggest": {
"magento/framework": "Enables the Magento Composer Root Update Plugin's functionality for the Web Setup Wizard"
},
"extra": {
"class": "Magento\\ComposerRootUpdatePlugin\\Plugin\\PluginDefinition"
},
"autoload": {
"psr-4": {
"Magento\\ComposerRootUpdatePlugin\\": ""
},
"files": [
"registration.php"
]
}
}