schmittjoh / JMSTranslationBundle

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

Allow nikic/php-parser v4 #477

Closed soullivaneuh closed 6 years ago

soullivaneuh commented 6 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? no, but not related
Fixed tickets #476
License Apache2

Description

Allow nikic/php-parser. I did a code overview, it seems we don't have to chagne anything to get it working.

May you please create a new release after merging this PR?

cnoa23 commented 6 years ago

When this pull request will be merged??

ernestosu16 commented 6 years ago

This error is "PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 32 bytes)". I think we have to increase the Travis CI memory.

export COMPOSER_MEMORY_LIMIT=2G or not limit export COMPOSER_MEMORY_LIMIT=-1