Merge pull request #1404 from amacrobert/master

Ignition Bundle recipe
This commit is contained in:
Fabien Potencier
2022-12-15 07:59:41 +01:00
committed by GitHub
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,2 @@
ignition:
dark_mode: false
@@ -0,0 +1,8 @@
{
"bundles": {
"Spatie\\SymfonyIgnitionBundle\\IgnitionBundle": ["dev"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}