Link to home
Start Free TrialLog in
Avatar of Brain Carroll
Brain CarrollFlag for United States of America

asked on

Magento marketplace extension technical submission failure - extension requirements not resolvable to an installable set of packages.

Hello, I'm trying for the first time to submit an extension to the magento marketplace, but the technical submission has failed the installation and varnish test.  

From the composer.json file:

"type": "magento2-module",
    "version": "0.0.1",
    "require": {
      "php": "^7.0",
      "magento/framework": "~102.0.2"
    },
    "autoload": {
      "files": [ "registration.php" ],
      "psr-4": {
        "Vendor\\Extension\\": ""
      }
    }

Open in new window


Environment: PHP 7.0.31 Magento 2.2 CE:

Your requirements could not be resolved to an installable set of packages.

 
Problem 1
    - magento/framework 102.0.2 requires php ~7.1.3||~7.2.0 -> your PHP version (7.0.33) does not satisfy that requirement.
    - vendor/extension 1.0.4 requires magento/framework ~102.0.2 -> satisfiable by magento/framework[102.0.2].
    - Installation request for vendor/extension 1.0.4 -> satisfiable by vendor/extension[1.0.4].

Open in new window


Environment: PHP 7.1.22 Magento 2.2 CE

 
Problem 1
   - Can only install one of: magento/framework[102.0.2, 101.0.8].
    - Can only install one of: magento/framework[102.0.2, 101.0.8].
    - Can only install one of: magento/framework[101.0.8, 102.0.2].
    - vendor/extension 1.0.4 requires magento/framework ~102.0.2 -> satisfiable by magento/framework[102.0.2].
    - Installation request for vendor/extension 1.0.4 -> satisfiable by vendor/extension[1.0.4].
    - Installation request for magento/framework (locked at 101.0.8) -> satisfiable by magento/framework[101.0.8].

Open in new window


Environment: PHP 7.1.22 Magento 2.3 CE

Problem 1
    - Can only install one of: magento/framework[102.0.2, 102.0.1].
    - Can only install one of: magento/framework[102.0.2, 102.0.1].
    - Can only install one of: magento/framework[102.0.1, 102.0.2].
    - vendor/extension 1.0.4 requires magento/framework ~102.0.2 -> satisfiable by magento/framework[102.0.2].
    - Installation request for vendor/extension 1.0.4 -> satisfiable by vendor/extension[1.0.4].
    - Installation request for magento/framework (locked at 102.0.1) -> satisfiable by magento/framework[102.0.1].

Open in new window


Environment: PHP 7.2.10 Magento 2.3 CE

Problem 1
    - Can only install one of: magento/framework[102.0.2, 102.0.1].
    - Can only install one of: magento/framework[102.0.2, 102.0.1].
    - Can only install one of: magento/framework[102.0.1, 102.0.2].
    - vendor/extension 1.0.4 requires magento/framework ~102.0.2 -> satisfiable by magento/framework[102.0.2].
    - Installation request for vendor/extension 1.0.4 -> satisfiable by vendor/extension[1.0.4].
    - Installation request for magento/framework (locked at 102.0.1) -> satisfiable by magento/framework[102.0.1].

Open in new window

Avatar of David Favor
David Favor
Flag of United States of America image

For a quick/correct answer to this, best contact support for the Magento Marketplace.
Hi,

It look like you need to update Magento and PHP version.
You can contact your web hosting service for help.
ASKER CERTIFIED SOLUTION
Avatar of Brain Carroll
Brain Carroll
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,
It may remove the message but this won't prevent to have compatibility issue
You will probably run into issues if a specific version is required ...
You should check php log for errors to make sure...