Add this line to your composer.json
"sonata-project/intl-bundle": "2.2.x-dev",
then update the composer with this command
composer update "sonata-project/intl-bundle"
after that add this line to AppKernel.php
new Sonata\IntlBundle\SonataIntlBundle(),
Hope this solves your problem.
source share