Capgemini / drupal-doctrine-cache

Doctrine cache that uses the Drupal caching API
Apache License 2.0
8 stars 5 forks source link

Tag and add to packagist #1

Closed deviantintegral closed 9 years ago

deviantintegral commented 9 years ago

I'm looking to rely on this for amazons3 module. However, only having a master branch will lead to problems for anyone not wanting to install dev packages. We'll also need to manually add the repo to composer.json, since the repository name doesn't match the repository name.

Any chance this can be tagged and packaged up?

deviantintegral commented 9 years ago

For anyone else, I've put up a tag in my fork. You still have to add the repositories line, but at least it will prevent pulling in dev branches in other projects.

https://github.com/deviantintegral/drupal-doctrine-cache/releases/tag/0.1

tsphethean commented 9 years ago

I've tagged v0.0.1(https://github.com/Capgemini/drupal-doctrine-cache/releases/tag/0.0.1) - the library is already on packagist at https://packagist.org/packages/capgemini/drupal_doctrine_cache

tsphethean commented 9 years ago

And the tag is now pushed to packagist - thanks @deviantintegral