mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
add composer bundle migration
This commit is contained in:
parent
14ca56ce25
commit
5bd4e9ff1a
@ -29,10 +29,22 @@
|
||||
"doctrine/doctrine-bundle": "~1.2",
|
||||
"chill-project/main": "*@dev",
|
||||
"chill-project/custom-fields": "*@dev",
|
||||
"doctrine/doctrine-fixtures-bundle": "~2.2"
|
||||
"doctrine/doctrine-fixtures-bundle": "~2.2",
|
||||
"champs-libres/composer-bundle-migration": "~1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/dom-crawler": "2.5",
|
||||
"symfony/security": "~2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"app-migrations-dir": "Tests/Fixtures/App/app/DoctrineMigrations"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user