Add recipe for rodmarzavala/infile-php-symfony (#1977)

* Add recipe for rodmarzavala/infile-php-symfony

* chore: trigger CI

* fix: remove unsupported aliases for contrib recipe

* fix: define php and symfony version conflicts to skip unsupported checker matrices

* revert: remove conflict block, not needed to skip versions
This commit is contained in:
Rodmar Zavala
2026-05-06 01:06:16 +04:00
committed by GitHub
parent f27733305e
commit e8ff38b74d
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,6 @@
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)%'
@@ -0,0 +1,15 @@
{
"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": ""
}
}