9 lines
305 B
PHP
9 lines
305 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
||
|
|
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
|
||
|
|
Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true],
|
||
|
|
PhpQml\Bridge\BridgeBundle::class => ['all' => true],
|
||
|
|
];
|