Silentscripter / laravel-prestashop-webservice

Laravel 5 wrapper for Prestashop Web Service Library
MIT License
56 stars 34 forks source link

but these conflict with your requirements or minimum-stability #4

Closed jorgerrubio closed 8 years ago

jorgerrubio commented 8 years ago

composer require protechstudio/laravel-prestashop-webservice Using version ^2.2 for protechstudio/laravel-prestashop-webservice ./composer.json has been updated 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

Installation failed, reverting ./composer.json to its original content.

jorgerrubio commented 8 years ago

problem solved by adding composer.json (laravel) "minimum-stability": "dev",

Silentscripter commented 8 years ago

Yes, it's not a bug, Unfortunately the underlying Prestashop Webservice package is not versioned so you need to enforce "minimum-stability":"dev". I suggest also adding "prefer-stable": true as this way composer will prefer stable packages, if found, over dev ones.

Silentscripter commented 8 years ago

Updated documentation to avoid people losing time with this