do-while / contao-BackupDB

Datenbank-Backup für Contao ab 4.4
GNU Lesser General Public License v3.0
10 stars 5 forks source link

use symfony/routing #14

Closed fritzmg closed 5 years ago

fritzmg commented 5 years ago

"sensio/framework-extra-bundle": "^5.0" is a pretty high requirement which makes this extension incompatible with other extensions that still might only require "sensio/framework-extra-bundle": "^3.0" for example.

Since you only need the @Route annotation anyway, it's better to use Symfony's own symfony/routing package, which includes a @Route annotation. This package is also used by Contao 4.4 and later.