schmittjoh / JMSTranslationBundle

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

Remove usage of deprecated code from SensioFrameworkExtraBundle #496

Closed stloyd closed 4 years ago

stloyd commented 6 years ago
Q A
Bug fix? yes(?)
New feature? no
BC breaks? no
Deprecations? no (removal)
Tests pass? yes
Fixed tickets
License Apache2

Description

Those two classes will be removed & now they generate such warnings:

The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Method" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
franmomu commented 4 years ago

This can be closed after https://github.com/schmittjoh/JMSTranslationBundle/pull/520