symfony-cmf / tree-browser-bundle

Integrates javascript tree browser with PHPCR and PHPCR-ODM.
https://cmf.symfony.com
Other
22 stars 17 forks source link

Temporary require symfony/templating #159

Closed ElectricMaxxx closed 7 years ago

ElectricMaxxx commented 7 years ago

To avoid installation issues based by a missing dependency in jms/serializer-bundle we should require symfony/translation temporary. JMS will release a fix on master, when Symfony 4.0 will be released.

Created #158 to remove it.

dbu commented 7 years ago

but this bundle does not require jms/serializer-bundle. should we not do this requirements in the resource-rest-bundle which is the one requiring jms serializer? also wtf, why does the serializer depend on symfony/translation?

ElectricMaxxx commented 7 years ago

You are right wie should fix it there