Passed
Push — main ( e4bb4c...5c25a7 )
by Michiel
06:10
created

config/bundles.php (1 issue)

1
<?php
2
0 ignored issues
show
Missing file doc comment
Loading history...
3
return [
4
    Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
5
    OpenConext\MonitorBundle\OpenConextMonitorBundle::class => ['all' => true],
6
    Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
7
    Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
8
    Surfnet\StepupBundle\SurfnetStepupBundle::class => ['all' => true],
9
    Surfnet\StepupMiddlewareClientBundle\SurfnetStepupMiddlewareClientBundle::class => ['all' => true],
10
    Surfnet\SamlBundle\SurfnetSamlBundle::class => ['all' => true],
11
    Surfnet\StepupSelfService\SelfServiceBundle\SurfnetStepupSelfServiceSelfServiceBundle::class => ['all' => true],
12
    Surfnet\StepupSelfService\SamlStepupProviderBundle\SurfnetStepupSelfServiceSamlStepupProviderBundle::class => ['all' => true],
13
    Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
14
    Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
15
    Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
16
    Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
17
    Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true, 'smoketest' => true],
18
    JMS\TranslationBundle\JMSTranslationBundle::class => ['all' => true],
19
];
20