{ "manifests": { "lepiaf/sapient-bundle": { "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "bundles": { "lepiaf\\SapientBundle\\SapientBundle": [ "all" ] }, "post-install-output": [ " * Bundle is installed but it require a configuration.", " Run command bin/console sapient:configure.", " Then, copy output of command and paste it in config/packages/sapient.yaml", "", " * Read the documentation at http://sapient-bundle.readthedocs.io/en/latest/" ] }, "files": { "config/packages/sapient.yaml": { "contents": [ "sapient:", " # By default, bundle does nothing without initial configuration.", " # Run command sapient:configure to get initial configuration.", " # See http://sapient-bundle.readthedocs.io/en/latest/installation.html", " guzzle_middleware:", " unseal: false", " verify: false", " sealing_public_keys: null", " verifying_public_keys: null", "" ], "executable": false } }, "ref": "37101293e516acdf806bf0684e4b9316af9c5d26" } } }