Files
symfony-flex-recipes-contrib/async-aws.async-aws-bundle.1.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

32 lines
1.0 KiB
JSON

{
"manifests": {
"async-aws/async-aws-bundle": {
"manifest": {
"bundles": {
"AsyncAws\\Symfony\\Bundle\\AsyncAwsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/async_aws.yaml": {
"contents": [
"# Read documentation at https://async-aws.com/integration/symfony-bundle.html",
"async_aws:",
" config:",
"",
" # All installed clients are automatically autowired. Use this section to customize clients",
" clients:",
""
],
"executable": false
}
},
"ref": "36bc5854429183d4ba6980c916f9e9284deb3a16"
}
}
}