|
@@ -69,7 +69,7 @@ And register the bundle in your appkernel.php file
|
|
|
|
|
|
return array(
|
|
return array(
|
|
// ...
|
|
// ...
|
|
- new Liip\DoctrineCacheBundle\LiipDoctrineCacheBundle(),
|
|
|
|
|
|
+ new Doctrine\DoctrineCacheBundle\DoctrineCacheBundle(),
|
|
new Mmoreram\GearmanBundle\GearmanBundle(),
|
|
new Mmoreram\GearmanBundle\GearmanBundle(),
|
|
// ...
|
|
// ...
|
|
);
|
|
);
|
|
@@ -81,4 +81,4 @@ And register the bundle in your appkernel.php file
|
|
.. |LatestUnstableVersion| image:: https://poser.pugx.org/mmoreram/gearman-bundle/v/unstable.png
|
|
.. |LatestUnstableVersion| image:: https://poser.pugx.org/mmoreram/gearman-bundle/v/unstable.png
|
|
:target: https://packagist.org/packages/mmoreram/gearman-bundle
|
|
:target: https://packagist.org/packages/mmoreram/gearman-bundle
|
|
.. |LatestStableVersion| image:: https://poser.pugx.org/mmoreram/gearman-bundle/v/stable.png
|
|
.. |LatestStableVersion| image:: https://poser.pugx.org/mmoreram/gearman-bundle/v/stable.png
|
|
- :target: https://packagist.org/packages/mmoreram/gearman-bundle
|
|
|
|
|
|
+ :target: https://packagist.org/packages/mmoreram/gearman-bundle
|