mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
16 lines
875 B
PHP
16 lines
875 B
PHP
<?php
|
|
|
|
return [
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
Flasher\Symfony\FlasherSymfonyBundle::class => ['all' => true],
|
|
Flasher\Noty\Symfony\FlasherNotySymfonyBundle::class => ['all' => true],
|
|
Flasher\Notyf\Symfony\FlasherNotyfSymfonyBundle::class => ['all' => true],
|
|
Flasher\Toastr\Symfony\FlasherToastrSymfonyBundle::class => ['all' => true],
|
|
Flasher\SweetAlert\Symfony\FlasherSweetAlertSymfonyBundle::class => ['all' => true],
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
Twig\Extra\TwigExtraBundle\TwigExtraBundle::class => ['all' => true],
|
|
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
|
|
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true],
|
|
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
|
];
|