coen-hyde / Shanty-Mongo

Shanty Mongo is a mongodb library for the Zend Framework. Its intention is to make working with mongodb documents as natural and as simple as possible. In particular allowing embedded documents to also have custom document classes.
Other
200 stars 52 forks source link

Add composer.json for inclusion in packagist #77

Closed jwpage closed 12 years ago

jwpage commented 12 years ago

I've added a composer.json file to include this project in http://packagist.org. You'll need to tweak whatever sections of the JSON you want and then submit it to http://packagist.org; the process is relatively straightforward.

Couple of notes:

jwpage commented 12 years ago

Closing this issue, I might add my own fork to packagist instead.

coen-hyde commented 12 years ago

Dude you have push rights to this repo, just merge it and do what you please :)

jwpage commented 12 years ago

Yeah, but I still need you to set it up on the Packagist website, which is really why the PR request was there.

coen-hyde commented 12 years ago

Ok it's merged and setup on packagist. I've setup the github push hook.

coen-hyde commented 12 years ago

@jwpage I forgot you were waiting on me. I remember you telling me now. Do you have an account on packagist? I can add you as a maintainer.

jwpage commented 12 years ago

I'm jwpage on packagist.

Also there's issue #76 that I was waiting for you to finish, that I'd given up on too ;)