mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Update Flex endpoint
This commit is contained in:
@@ -163,6 +163,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [exercise/htmlpurifier-bundle](https://packagist.org/packages/exercise/htmlpurifier-bundle) | [3.0](exercise/htmlpurifier-bundle/3.0) |
|
||||
| [expertcoder/swiftmailer-send-grid-bundle](https://packagist.org/packages/expertcoder/swiftmailer-send-grid-bundle) | [2.0](expertcoder/swiftmailer-send-grid-bundle/2.0) |
|
||||
| [facile-it/mongodb-bundle](https://packagist.org/packages/facile-it/mongodb-bundle) | [0.6](facile-it/mongodb-bundle/0.6) |
|
||||
| [fd6130/exabytes-sms-bundle](https://packagist.org/packages/fd6130/exabytes-sms-bundle) | [1.0](fd6130/exabytes-sms-bundle/1.0) |
|
||||
| [felds/quick-mailer-bundle](https://packagist.org/packages/felds/quick-mailer-bundle) | [5.0](felds/quick-mailer-bundle/5.0) |
|
||||
| [ferror/phpscan](https://packagist.org/packages/ferror/phpscan) | [1.0](ferror/phpscan/1.0) |
|
||||
| [flagception/flagception-bundle](https://packagist.org/packages/flagception/flagception-bundle) | [3.0](flagception/flagception-bundle/3.0) |
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"fd6130/exabytes-sms-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Fd\\ExabytesBundle\\FdExabytesBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%"
|
||||
},
|
||||
"env": {
|
||||
"EXABYTES_USERNAME": "",
|
||||
"EXABYTES_PASSWORD": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/fd_exabytes.yaml": {
|
||||
"contents": [
|
||||
"fd_exabytes:",
|
||||
" username: '%env(EXABYTES_USERNAME)%'",
|
||||
" password: '%env(EXABYTES_PASSWORD)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b4334b70968d8c0c4ea447171064efaa781d5774"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"fd6130/exabytes-sms-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Fd\\ExabytesBundle\\FdExabytesBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%"
|
||||
},
|
||||
"env": {
|
||||
"EXABYTES_USERNAME": "",
|
||||
"EXABYTES_PASSWORD": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/fd_exabytes.yaml": {
|
||||
"contents": [
|
||||
"fd_exabytes:",
|
||||
" username: '%env(EXABYTES_USERNAME)%'",
|
||||
" password: '%env(EXABYTES_PASSWORD)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b4334b70968d8c0c4ea447171064efaa781d5774"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -500,6 +500,9 @@
|
||||
"facile-it/mongodb-bundle": [
|
||||
"0.6"
|
||||
],
|
||||
"fd6130/exabytes-sms-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"felds/quick-mailer-bundle": [
|
||||
"5.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user