cancel
Showing results for 
Search instead for 
Did you mean: 

2.3.1 install error

2.3.1 install error

tray to install a new magento 2.3.1  using composer and get this

Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Installation request for magento/product-enterprise-edition 2.3.1 -> satisfiable by magento/product-enterprise-edition[2.3.1].
- magento/product-enterprise-edition 2.3.1 requires magento/page-builder-commerce 1.0.0 -> no matching package found.

3 REPLIES 3

Re: 2.3.1 install error

Hi @jorge780326,

 

How are you?

Can you check if your credentials are correct and allowed to require EE & PageBuilder?

Can you share the steps and/or the composer.json file you are using?

Re: 2.3.1 install error

{
    "name": "magento",
    "description": "A pure magento for tests",
    "type": "project",
    "license": "proprietary",
    "require": {
        "magento/product-enterprise-edition": "2.3.1"
    },
    "config": {
        "use-include-path": true,
        "bin-dir": "bin"
    },
    "autoload": {
        "psr-4": {
            "Magento\\Framework\\": "lib/internal/Magento/Framework/",
            "Magento\\Setup\\": "setup/src/Magento/Setup/",
            "Magento\\": "app/code/Magento/",
            "Zend\\Mvc\\Controller\\": "setup/src/Zend/Mvc/Controller/"
        },
        "psr-0": {
            "": "app/code/"
        },
        "files": [
            "app/etc/NonComposerComponentRegistration.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Magento\\Sniffs\\": "dev/tests/static/framework/Magento/Sniffs/",
            "Magento\\Tools\\": "dev/tools/Magento/Tools/",
            "Magento\\Tools\\Sanity\\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
            "Magento\\TestFramework\\Inspection\\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
            "Magento\\TestFramework\\Utility\\": "dev/tests/static/framework/Magento/TestFramework/Utility/"
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "extra": {
        "magento-force": "override",
        "magento-deploy-ignore": {
            "*": [
                "/.travis.yml",
                "/CHANGELOG.md",
                "/CONTRIBUTING.md",
                "/COPYING.txt",
                "/Gruntfile.js.sample",
                "/ISSUE_TEMPLATE.md",
                "/LICENSE_AFL.txt",
                "/LICENSE.txt",
                "/LICENSE_EE.txt",
                "/README_EE.md",
                "/nginx.conf.sample",
                "/package.json.sample",
                "/php.ini.sample"
            ]
        }
    },
    "repositories": [
		{
            "type": "composer",
            "url": "https://aInteralReopServerForMyCompany"
        },
        {
            "packagist.org": false
        }
    ]
}

"magento/product-enterprise-edition": "2.3.1"  is in our serve i can download it as zip or using composer the problem is  magento/page-builder-commerce is no there and i can't find it 

 

this composer.json file was working for me until yesterday 

 

let me know if need something else  and thk for you replying @Damian Culotta 

Re: 2.3.1 install error

testing today and is working (no changes ) thk for your help