|
|
|
@ -9,7 +9,6 @@ return [ |
|
|
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], |
|
|
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], |
|
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], |
|
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], |
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], |
|
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], |
|
|
|
WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true], |
|
|
|
|
|
|
|
Sonata\EasyExtendsBundle\SonataEasyExtendsBundle::class => ['all' => true], |
|
|
|
Sonata\EasyExtendsBundle\SonataEasyExtendsBundle::class => ['all' => true], |
|
|
|
Sonata\DatagridBundle\SonataDatagridBundle::class => ['all' => true], |
|
|
|
Sonata\DatagridBundle\SonataDatagridBundle::class => ['all' => true], |
|
|
|
Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true], |
|
|
|
Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true], |
|
|
|
@ -33,7 +32,6 @@ return [ |
|
|
|
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true], |
|
|
|
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true], |
|
|
|
Sonata\MediaBundle\SonataMediaBundle::class => ['all' => true], |
|
|
|
Sonata\MediaBundle\SonataMediaBundle::class => ['all' => true], |
|
|
|
FOS\JsRoutingBundle\FOSJsRoutingBundle::class => ['all' => true], |
|
|
|
FOS\JsRoutingBundle\FOSJsRoutingBundle::class => ['all' => true], |
|
|
|
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true], |
|
|
|
|
|
|
|
FOS\RestBundle\FOSRestBundle::class => ['all' => true], |
|
|
|
FOS\RestBundle\FOSRestBundle::class => ['all' => true], |
|
|
|
Mopa\Bundle\BootstrapBundle\MopaBootstrapBundle::class => ['all' => true], |
|
|
|
Mopa\Bundle\BootstrapBundle\MopaBootstrapBundle::class => ['all' => true], |
|
|
|
Chamilo\CoreBundle\ChamiloCoreBundle::class => ['all' => true], |
|
|
|
Chamilo\CoreBundle\ChamiloCoreBundle::class => ['all' => true], |
|
|
|
@ -53,9 +51,6 @@ return [ |
|
|
|
Chamilo\TimelineBundle\ChamiloTimelineBundle::class => ['all' => true], |
|
|
|
Chamilo\TimelineBundle\ChamiloTimelineBundle::class => ['all' => true], |
|
|
|
Chamilo\GraphQlBundle\ChamiloGraphQlBundle::class => ['all' => true], |
|
|
|
Chamilo\GraphQlBundle\ChamiloGraphQlBundle::class => ['all' => true], |
|
|
|
Chamilo\LtiBundle\ChamiloLtiBundle::class => ['all' => true], |
|
|
|
Chamilo\LtiBundle\ChamiloLtiBundle::class => ['all' => true], |
|
|
|
winzou\Bundle\StateMachineBundle\winzouStateMachineBundle::class => ['all' => true], |
|
|
|
|
|
|
|
Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle::class => ['all' => true], |
|
|
|
|
|
|
|
Sylius\Bundle\ResourceBundle\SyliusResourceBundle::class => ['all' => true], |
|
|
|
|
|
|
|
Sylius\Bundle\SettingsBundle\SyliusSettingsBundle::class => ['all' => true], |
|
|
|
Sylius\Bundle\SettingsBundle\SyliusSettingsBundle::class => ['all' => true], |
|
|
|
Oneup\FlysystemBundle\OneupFlysystemBundle::class => ['all' => true], |
|
|
|
Oneup\FlysystemBundle\OneupFlysystemBundle::class => ['all' => true], |
|
|
|
Sonata\CacheBundle\SonataCacheBundle::class => ['all' => true], |
|
|
|
Sonata\CacheBundle\SonataCacheBundle::class => ['all' => true], |
|
|
|
@ -77,4 +72,9 @@ return [ |
|
|
|
Cocur\Slugify\Bridge\Symfony\CocurSlugifyBundle::class => ['all' => true], |
|
|
|
Cocur\Slugify\Bridge\Symfony\CocurSlugifyBundle::class => ['all' => true], |
|
|
|
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true], |
|
|
|
KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle::class => ['all' => true], |
|
|
|
Translation\Bundle\TranslationBundle::class => ['all' => true], |
|
|
|
Translation\Bundle\TranslationBundle::class => ['all' => true], |
|
|
|
|
|
|
|
winzou\Bundle\StateMachineBundle\winzouStateMachineBundle::class => ['all' => true], |
|
|
|
|
|
|
|
Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle::class => ['all' => true], |
|
|
|
|
|
|
|
WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle::class => ['all' => true], |
|
|
|
|
|
|
|
Sylius\Bundle\ResourceBundle\SyliusResourceBundle::class => ['all' => true], |
|
|
|
|
|
|
|
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true], |
|
|
|
]; |
|
|
|
]; |
|
|
|
|