Files
symfony-flex-recipes-contrib/specshaper/encrypt-bundle/3.0/manifest.json
T
Mark OgilvieandGitHub 70179f0292 Add SpecShaperEncrypt recipe (#1487)
* 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
2023-02-22 10:40:18 -05:00

12 lines
232 B
JSON

{
"bundles": {
"SpecShaper\\EncryptBundle\\SpecShaperEncryptBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SPEC_SHAPER_ENCRYPT_KEY": "change_me"
}
}