schmittjoh / JMSSerializerBundle

Easily serialize, and deserialize data of any complexity (supports XML, JSON, YAML)
http://jmsyst.com/bundles/JMSSerializerBundle
MIT License
1.8k stars 312 forks source link

Tagged releases #171

Closed ruudk closed 12 years ago

ruudk commented 12 years ago

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 :)

joe-walker commented 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.

ruudk commented 12 years ago

That's the problem. There are no tagged releases: https://github.com/schmittjoh/JMSSerializerBundle/tags

schmittjoh commented 12 years ago

I've tagged a release.