Removed Type hints to support PHP 7.0
- PHP 7 Support
- SonataMediaBundle minimum requirement ^4.x
- SonataAdminBundle minimum requirement ^4.x
- Twig Bundle
- Symfony Twig Bridge
- Configuration key
providers
REQUIRED
In favor of Sonata making their media provider final and to avoid overriding every provider, I removed the
MultiUploadTrait
and changed the behaviour. You need to use the previously introduced new providers
key in the
configuration of this bundle.