-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
I have successfully installed magento v0.42.0-beta7 without loading sample data during installation. After that I have added sample date in composer.json and updated it.
"magento/sample-data": "0.42.0-beta6",
"magento/sample-data-media": "~0.42.0-beta1"
Sample data files are created in \magento2\dev\tools\Magento\Tools\SampleData but got error.
@mahesh d:\xampp\htdocs\magento2
composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package magento/sample-data could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion for more details.
I have added "minimum-stability": "dev", in composer.json but no use. I have attached the image for reference.
I have tried like beta7 also
"magento/sample-data": "0.42.0-beta7",
"magento/sample-data-media": "~0.42.0-beta1"