How to use composer and install Pearl Theme or other WeltPixel extensions

Follow

Comments

1 comment

  • Avatar
    victorc

    Im getting a  No valid composer.json was found in any branch or tag of git@github.com:yourcompany/m2-weltpixel-backend.git, could not load a package from it.

    Do we need to edit the composer.json in the extension?

    {
    "name": "weltpixel/m2-weltpixel-backend",
    "description": "WeltPixel Backend Module",
    "require": {
    "php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0",
    "magento/module-admin-notification": "100.*|101.*"
    },
    "type": "magento2-module",
    "version": "1.7.4",
    "license": [
    "OSL-3.0",
    "AFL-3.0"
    ],
    "autoload": {
    "files": [
    "registration.php"
    ],
    "psr-4": {
    "WeltPixel\\Backend\\": ""
    }
    }
    }

    0
    Comment actions Permalink

Please sign in to leave a comment.