Closed pokap closed 10 years ago
I have a dependency problem with composer.
You can find a SonataAdminBundle dependency in file https://github.com/sonata-project/SonataMediaBundle/blob/master/Provider/BaseProvider.php#L21, so almost all the project. But it's not define in composer.json: https://github.com/sonata-project/SonataMediaBundle/blob/master/composer.json#L19-L31.
This shouldn't raise an error if the class does not exist. So you can still use the bundle but with less features
I have a dependency problem with composer.
You can find a SonataAdminBundle dependency in file https://github.com/sonata-project/SonataMediaBundle/blob/master/Provider/BaseProvider.php#L21, so almost all the project. But it's not define in composer.json: https://github.com/sonata-project/SonataMediaBundle/blob/master/composer.json#L19-L31.