eko / FeedBundle

A Symfony bundle to build RSS feeds from your entities
http://vincent.composieux.fr
MIT License
141 stars 50 forks source link

missing dependency on zendframework/zend-servicemanager ? #20

Closed lsmith77 closed 11 years ago

lsmith77 commented 11 years ago

https://github.com/zendframework/Component_ZendFeed/blob/master/composer.json#L22

eko commented 11 years ago

Why should this component be necessary? All works just fine, have you got an issue?

lsmith77 commented 11 years ago

without it I am getting the following error when I use https://github.com/symfony-cmf/BlockBundle/blob/master/Controller/RssController.php

FatalErrorException: Error: Class 'Zend\ServiceManager\AbstractPluginManager' not found in /Users/lsmith/htdocs/cmf-sandbox/vendor/zendframework/zend-feed/Zend/Feed/Reader/ExtensionPluginManager.php line 22
eko commented 11 years ago

The missing dependency was added, as suggested by the zendframework/zend-feed package since 19 days.

Thank you!

lsmith77 commented 11 years ago

can you also tag a new release?

eko commented 11 years ago

Yes, that's done.

lsmith77 commented 11 years ago

did you setup the service hook on https://packagist.org/packages/eko/feedbundle yet?

lsmith77 commented 11 years ago

also it seems you called the release "stable" rather than "1.0.1"

eko commented 11 years ago

You're right, I've just setuped the Packagist hook for FeedBundle and created a "1.0.1" tag.

lsmith77 commented 11 years ago

ok great .. now can you also remove the stable tag and remove the release on packagist.org? :)

eko commented 11 years ago

Done ;)