Files
symfony-flex-recipes-contrib/rodmarzavala.infile-php-symfony.1.0.json
T
github-action[bot]andgithub-action[bot] d980c989d7 Update Flex endpoint
2026-05-05 21:06:36 +00:00

39 lines
1.3 KiB
JSON

{
"manifests": {
"rodmarzavala/infile-php-symfony": {
"manifest": {
"bundles": {
"InfilePhp\\Symfony\\InfilePhpBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Infile FEL API credentials",
"FEL_SIGN_USER": "",
"FEL_SIGN_KEY": "",
"FEL_API_USER": "",
"FEL_API_KEY": ""
}
},
"files": {
"config/packages/infile_php.yaml": {
"contents": [
"infile_php:",
" credentials:",
" sign_user: '%env(FEL_SIGN_USER)%'",
" sign_key: '%env(FEL_SIGN_KEY)%'",
" api_user: '%env(FEL_API_USER)%'",
" api_key: '%env(FEL_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "85cab1d310cdd054598be506173437b8a9be9a1b"
}
}
}