Skip to content

"extra/map" nodes in composer.json files of Magento 2.0.0 modules (MAGETWO-42282) #2433

Closed
@flancer64

Description

@flancer64

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions