Jeroen De Meerleer
27a4295589
- Added "nelmio/security-bundle" version "^3.0" to composer.json - Added "symfony/password-hasher" version "v6.3.0" to composer.lock
9 lines
318 B
PHP
Executable File
9 lines
318 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
|
|
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
|
|
Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
|
|
];
|