Closed
Description
Hello, guys.
I have found commit that has removed all "extra/map" nodes from "composer.json" files of the Magento modules:
{
"extra": {
"map": [
[
"*",
"Magento/Authorization"
]
]
}
}
New node was added (MAGETWO-42282):
{
"autoload": {
"files": [ "registration.php" ]
}
}
The "extra/map" nodes are used by "magento/magento-composer-installer" to deploy Magento modules into Magento application structure (./app/code/...).
Does it mean that "magento/magento-composer-installer" will not be supported in the future?
Thanks,
Alex.