schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

Requirement of nikic/php-parser does not match packgist page #514

Closed AntonioCS closed 5 years ago

AntonioCS commented 5 years ago

Hey, Using version 1.4.4

On the packagist page the requirements for nikic/php-parser states:

nikic/php-parser: ^1.4 || ^2.0 || ^3.0 || ^4.0

but if I do composer info jms/translation-bundle I get:

nikic/php-parser ^1.4 || ^2.0

which one is it?

I have another package that requires nikic/php-parser 4.* and would really like to upgrade this.

AntonioCS commented 5 years ago

... apologies... seems composer got me a cached version.... ignore