Skip to content

Commit 7f17c48

Browse files
committed
prepare recipe for doctrine migrations 3.0
1 parent 24cc9f6 commit 7f17c48

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
doctrine_migrations:
2+
migrations_paths:
3+
# namespace is arbitrary but should be different from App\Migrations
4+
# as migrations classes should NOT be autoloaded
5+
'DoctrineMigrations': '%kernel.project_dir%/migrations'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"bundles": {
3+
"Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/",
7+
"src/": "%SRC_DIR%/"
8+
},
9+
"aliases": ["doctrine-migrations", "migrations"]
10+
}

doctrine/doctrine-migrations-bundle/3.0/src/Migrations/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)