symfony-cmf / media-bundle

UNMAINTAINED - Minimalistic interfaces to handle media in the context of the CMF
http://cmf.symfony.com/
30 stars 40 forks source link

Symfony 3.x compatibility #153

Closed micronax closed 7 years ago

dbu commented 8 years ago

we currently lack resources to actively maintain the cmf media bundle, unfortunately. on a quick glance, it seems that the main suggested dependencies (cmf core bundle and liip imagine bundle) already support symfony 3.

if you want to work on this, i am glad to provide assistance. the first step would be a pull request changing the build matrix in .travis.yml to include symfony 3 and change composer.json. then we see what is failing.

from the 2.8 build it looks like we have no deprecation warnings, which means it might simply work. on the other hand, the tests might not cover enough, there are not that many.

ElectricMaxxx commented 7 years ago

master is completely compatible with symfony 3.*