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
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,4 +4,5 @@ Tests/Fixtures/App/app/DoctrineMigrations/*
|
|||||||
Test/Fixtures/App/app/DoctrineMigrations/*
|
Test/Fixtures/App/app/DoctrineMigrations/*
|
||||||
Test/Fixtures/App/app/cache/*
|
Test/Fixtures/App/app/cache/*
|
||||||
Test/Fixtures/App/app/config/parameters.yml
|
Test/Fixtures/App/app/config/parameters.yml
|
||||||
/nbproject/private/
|
/nbproject/private/
|
||||||
|
Test/Fixtures/App/app/bootstrap.php.cache
|
||||||
|
@ -41,14 +41,17 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations"
|
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||||
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations"
|
"ComposerBundleMigration\\Composer\\Migrations::synchronizeMigrations",
|
||||||
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"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",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user