hanze/memory

memory-backend/config/bundles.php in main
Repositories | Summary | Log | Files

bundles.php (732B) download


 1<?php
 2
 3return [
 4    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
 5    Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
 6    Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
 7    Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
 8    Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle::class => ['all' => true],
 9    Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
10    ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
11    Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
12    Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
13];