schmittjoh / JMSTranslationBundle

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

Allow Translation Contracts #528

Closed franmomu closed 4 years ago

franmomu commented 4 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License Apache2

Description

symfony/translation was in the require-dev section of the composer.json, but the translator service is used in services.xml, so I moved it to the required section and also added translation-contracts for Symfony 5.

goetas commented 4 years ago

thanks!