Files
php-qml/framework/skeleton/symfony/config/bundles.php
T

9 lines
305 B
PHP
Raw Normal View History

<?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],
];