Merge pull request #1507 from ismail1432/update-safe-migration

update package dir
This commit is contained in:
Fabien Potencier
2023-05-07 11:38:38 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@ safe_migrations:
# The path where the doctrine migrations are stored. (required)
migrations_path: '%kernel.project_dir%/migrations'
# List of critical tables that need a warning when they are modified. (optional)
# critical_tables: # List of critical tables
# critical_tables:
# - 'user'
# - 'product'
# - ...
@@ -1,6 +1,6 @@
{
"bundles": {
"Eniams\\SafeMigrationsBundle\\SafeMigrationsBundle": ["dev"]
"Eniams\\SafeMigrationsBundle\\SafeMigrationsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"