Kdyby / Translation

Integration of Symfony/Translation into Nette Framework
https://packagist.org/packages/kdyby/translation
Other
89 stars 84 forks source link

New version (4.2.0) of symfony/translation is not compatible #155

Closed namo-R closed 5 years ago

namo-R commented 5 years ago

error

tvaliasek commented 5 years ago

quick fix: composer require symfony/translation "4.1.8"

enumag commented 5 years ago

Can someone send a PR?

By the way better hotfix is

composer require symfony/translation ~4.1.0
petrparolek commented 5 years ago

mají to holt v symfony rozbité

misaon commented 5 years ago

@petrparolek v Symfony funguje na jedničku 😄

enumag commented 5 years ago

Fixed in v2.5.2.

Some of the deprecated interfaces, classes and methods are still used. Send PRs to help fix this.