symfony2admingenerator / AdmingeneratorGeneratorBundle

(old-legacy) Admingenerator for Symfony2, parse generator.yml files to build classes
http://symfony2admingenerator.org/
MIT License
360 stars 125 forks source link

Conflict with avocode/form-extensions-bundle #828

Closed ndoulgeridis closed 9 years ago

ndoulgeridis commented 9 years ago

Hello,

Latest avocode/form-extensions-bundle needs install twig/extensions v1.2.0 but this bundle is still on v1.0.0.

I get this error:

Problem 1

Please let me know if its a bug or i do something wrong.

ioleo commented 9 years ago

@sescandell do you recall any reason why this bundle is locked on twig extensions v1.0.* ?

sescandell commented 9 years ago

@loostro I think this is just an error, and correct restriction can be moved to ~1.0

@crash21 could you provide a PR please ?

ndoulgeridis commented 9 years ago

Hello,

@sescandell Sure I can do it, in which branch?

sescandell commented 9 years ago

Starting from v1.0

ndoulgeridis commented 9 years ago

Done https://github.com/symfony2admingenerator/AdmingeneratorGeneratorBundle/pull/831

ioleo commented 9 years ago

added to 1.1 and master