mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
remove bootstrap.php.cache and force re-generation on each install
This commit is contained in:
parent
8a00fbf4f9
commit
3ce6427166
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ Test/Fixtures/App/app/DoctrineMigrations/*
|
||||
Test/Fixtures/App/app/cache/*
|
||||
Test/Fixtures/App/app/config/parameters.yml
|
||||
/nbproject/private/
|
||||
Test/Fixtures/App/app/bootstrap.php.cache
|
||||
|
@ -41,14 +41,17 @@
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations"
|
||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations"
|
||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"app-migrations-dir": "Test/Fixtures/App/app/DoctrineMigrations"
|
||||
"app-migrations-dir": "Test/Fixtures/App/app/DoctrineMigrations",
|
||||
"symfony-app-dir": "Test/Fixtures/App/app/"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
|
Loading…
x
Reference in New Issue
Block a user