fxpio / composer-asset-plugin

NPM/Bower Dependency Manager for Composer
MIT License
892 stars 156 forks source link

Your requirements could not be resolved to an installable set of packages - when nothing has changed? #234

Closed dbd5 closed 8 years ago

dbd5 commented 8 years ago

Hello,

I tried to add a package to composer.json but got the following error

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

Problem 1

After removing the new entry from composer.json, I have continued to get this same error message.

All the more confusing is the fact that the analysis is cryptic. The package amilna/yii2-blog dev-master has been in my composer.json for months and I have checked, the package has not been changed for a long time.

I have updated both composer and composer-asset-plugin to the latest stable.

Please help, thanks

francoispluchino commented 8 years ago

Try with the 1.2.x-dev version of this plugin.

dbd5 commented 8 years ago

Thanks