mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-05 13:41:51 +02:00
11 lines
554 B
PHP
11 lines
554 B
PHP
<?php
|
|
|
|
return [
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
|
|
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
FOS\JsRoutingBundle\FOSJsRoutingBundle::class => ['all' => true],
|
|
Craue\FormFlowBundle\CraueFormFlowBundle::class => ['all' => true],
|
|
];
|