[Maintenance][Admin] Add FlysystemBundle to the test app

This commit is contained in:
Jan Goralski 2022-09-20 17:22:28 +02:00 committed by Mateusz Zalewski
parent 646af71a05
commit 5dba784908
No known key found for this signature in database
GPG key ID: 9BECA0BB71612E52

View file

@ -46,6 +46,7 @@ return [
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
Knp\Bundle\GaufretteBundle\KnpGaufretteBundle::class => ['all' => true],
League\FlysystemBundle\FlysystemBundle::class => ['all' => true],
Liip\ImagineBundle\LiipImagineBundle::class => ['all' => true],
Payum\Bundle\PayumBundle\PayumBundle::class => ['all' => true],
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],