[DEPENDENCY] Update all dependencies

This commit is contained in:
Hugo Sales 2020-07-06 15:26:38 +00:00 committed by Hugo Sales
parent 5b5ca6ccea
commit e97ba23a99
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
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'