[DEPENDENCY] Update all dependencies

This commit is contained in:
Hugo Sales 2020-07-06 15:26:38 +00:00 committed by Hugo Sales
parent bf4c06295a
commit 4fa6295fde
2 changed files with 480 additions and 327 deletions

799
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
doctrine_migrations:
dir_name: '%kernel.project_dir%/src/Migrations'
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
namespace: DoctrineMigrations
migrations_paths:
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
'DoctrineMigrations': '%kernel.project_dir%/migrations'