Open mforcer opened 10 years ago
yes we have this error
Your requirements could not be resolved to an installable set of packages.
Problem 1
Potential causes:
It looks like we have to wait until your next release for this fix? Or Should we download the repo and update composer from a local version?
Any progress? Its a simple merge...
You could use dev-master for laravel-blog (allowing branches like that makes Composer a hell when it could be a bliss) to get the latest changes but even that is causing an error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for fbf/laravel-blog dev-master -> satisfiable by fbf/laravel-blog[dev-master].
- fbf/laravel-blog dev-master requires thujohn/rss-l4 dev-master -> no matching package found.
In fact, looking at thujohn/rss-l4's composer.json file, the problem becomes clear: the package name is still thujohn/rss
and not thujohn/rss-l4
Weird, now that I looked at the current composer.json file, the required package has the right name (fixed on Aug 28) but I could swear that was having this problem even after that date. Anyway, please ignore my pull request, it's no longer necessary.
I can't install the laravel blog package because the rss package has been updated. I think it needs changing to rss-l4