-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Description
There's a dependency issue with the sample data:
- magento/sample-data exists in version 0.42.0-beta2 (and 0.42.0-beta1).
- magento/sample-data requires
- "magento/framework": "~0.42.0-beta1",
- "magento/magento-composer-installer": "*",
- "magento/sample-data-media": "~0.42.0-beta1"
- magento/sample-data-media only exists in version 0.42.0-beta1
This combination seems to make it impossible to install the sample data:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package magento/sample-data-media could not be found in any version, there may be a typo in the package name.
Problem 2
- Installation request for magento/sample-data 0.42.0.beta2 -> satisfiable by magento/sample-data[0.42.0-beta2].
- magento/sample-data 0.42.0-beta2 requires magento/sample-data-media ~0.42.0-beta1 -> no matching package found.