Closed ruudk closed 12 years ago
The documentation says "Note: Please replace dev-master in the snippet above with the latest stable branch, for example 1.0.*."
However this fails as follows, I guess due to the lack of a tag:
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package jms/serializer-bundle 1.0.* could not be found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion for more details.
The bundle looks great but it's hard to use it in a project if I can't make it stick to a stable version.
That's the problem. There are no tagged releases: https://github.com/schmittjoh/JMSSerializerBundle/tags
I've tagged a release.
Would be nice to have tagged releases so that I can stick my project to a specific version. This would be great for all your awesome bundles too :)