acsiomatic / device-detector-bundle

Symfony Bundle for https://github.com/matomo-org/device-detector
https://packagist.org/packages/acsiomatic/device-detector-bundle
MIT License
10 stars 1 forks source link

Drop unsupported Symfony, add Symfony 7 #40

Open tacman opened 7 months ago

tacman commented 7 months ago

what do you think of changing

"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0 || ^6.0"

to

"symfony/framework-bundle": "^5.4 || ^6.3 || ^7.0"

Since Symfony 3 and 4 are EOL.

renanbr commented 7 months ago

Indeed, that's something we're planning to tackle in #33