FbF / Laravel-Blog

A simple blog package for Laravel 4
MIT License
74 stars 24 forks source link

rss package needs updating? #24

Open mforcer opened 10 years ago

mforcer commented 10 years ago

I can't install the laravel blog package because the rss package has been updated. I think it needs changing to rss-l4

tzookb commented 10 years ago

yes we have this error

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

Problem 1

Potential causes:

sollenne commented 10 years ago

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?

tzookb commented 10 years ago

Any progress? Its a simple merge...

borfast commented 10 years ago

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.
borfast commented 10 years ago

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

borfast commented 10 years ago

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.