Skip to content

Composer Installation #662

@ghost

Description

Installing Magento using composer fails to copy the package "magento/framework" to "lib/internal/Magento/Framework". Below is the composer.json used

{
    "name": "ontic/website",
    "require":
    {
        "magento/magento-composer-installer": "*",
        "magento/product-community-edition": "*"
    },
    "repositories":
    [
        {
            "type": "composer",
            "url": "http://packages.magento.com"
        }
    ],
    "extra":
    {
        "magento-root-dir": "public_html",
        "magento-deploystrategy": "copy",
        "magento-force": true
    },
    "minimum-stability": "dev"
}

I found that requiring only "magento/magento-composer-installer": "" and then once installed, updating the composer.json file to require "magento/product-community-edition": "" and running.

composer update

Worked and copied the files correctly. Below are some details which may help re-produce this problem.

OS: Windows
PHP: 5.4.31
Composer: Bleeding Edge

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions