mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
* Create manifest.json * Create manifest.json * Delete manifest.json * Create spec_shaper_encrypt.yaml * Update spec_shaper_encrypt.yaml * Update spec_shaper_encrypt.yaml * Update manifest.json
12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"bundles": {
|
|
"SpecShaper\\EncryptBundle\\SpecShaperEncryptBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"SPEC_SHAPER_ENCRYPT_KEY": "change_me"
|
|
}
|
|
}
|