I've been updating my git data every other day or so. Today, I get this:
twp@twp-Latitude-D820:~/Dev/fuelphp$ 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 fuelphp/demo-application could not be found in any version, there may be a typo in the package name.
It looks like it doesn't want to look in github for some reason, it only checks packagist (which i don't think has a copy). I've seen it one or twice as well, don't know why this happens.
I think github creates the zip on the fly from the repository, so it should be up to date.
There've been a lot of changes last week, so it could be something is broken, since the notion of "application" has been ditched, which not only meant a core rewrite, but also a change in demo from application to component, and a new component installer.