
Manuel Lemos - 2014-05-02 09:45:45 -
In reply to message 1 from Karl
If you install packages with Composer from the PHP Classes Composer server, it will use the version numbers in the package records instead of what may be in the package composer.json file.
If you have issues, please tell me one package that you want to install from the PHP Classes Composer repository that you have such issues so I can reproduce the problem.
In general Composer servers do not use the composer.json file from the packages.
They also cache pre-built zip files instead of downloading packages from version control repositories, or else it would be very, very slow for composer to retrieve packages.
Currently PHP Classes does not have its own version control repository for packages, so it does not have multiple versions of a package, only the last imported one.
If you need older package versions, you may need to import them directly from the version control repository. I am not sure if you can configure composer to do that for you.