hschottm / survey_ce

Contao extension to create questionnaires and run online surveys
Other
6 stars 20 forks source link

Remove symfony/framework-bundle dependency #20

Closed fritzmg closed 1 year ago

fritzmg commented 4 years ago

This package does not actually use any component from the symfony/framework-bundle, thus the dependency on it should be removed, as it prevents installation in newer Contao versions.

Also this package uses DependencyInjection and a services.yml, however no services are defined at all. All this could be removed as well.