Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-07-11 08:17:47 +00:00
parent d0b2807c5f
commit 3d995327a2
4 changed files with 30 additions and 0 deletions
+1
View File
@@ -117,6 +117,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/webpack-encore-bundle](https://packagist.org/packages/symfony/webpack-encore-bundle) | [1.10](symfony/webpack-encore-bundle/1.10) | `encore`, `ux`, `webpack`, `webpack-encore`, `webpack-encore-bundle`, `webpackencore`, `webpackencorebundle` |
| [symfony/workflow](https://packagist.org/packages/symfony/workflow) | [3.3](symfony/workflow/3.3) | `workflow` |
| [symfony/yunpian-notifier](https://packagist.org/packages/symfony/yunpian-notifier) | [5.4](symfony/yunpian-notifier/5.4) | `yunpian-notifier`, `yunpiannotifier` |
| [symfony/zendesk-notifier](https://packagist.org/packages/symfony/zendesk-notifier) | [6.2](symfony/zendesk-notifier/6.2) | `zendesk-notifier`, `zendesknotifier` |
| [symfony/zulip-notifier](https://packagist.org/packages/symfony/zulip-notifier) | [5.2](symfony/zulip-notifier/5.2) | `zulip-notifier`, `zulipnotifier` |
| [symfonycasts/reset-password-bundle](https://packagist.org/packages/symfonycasts/reset-password-bundle) | [1.0](symfonycasts/reset-password-bundle/1.0) | |
| [theofidry/alice-data-fixtures](https://packagist.org/packages/theofidry/alice-data-fixtures) | [1.0](theofidry/alice-data-fixtures/1.0) | |
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/zendesk-notifier": {
"manifest": {
"env": {
"#1": "ZENDESK_DSN=zendesk://EMAIL:TOKEN@SUBDOMAIN"
}
},
"files": [],
"ref": "c072865eadef1eceb892914e0157d8fc46333a15"
}
}
}
+3
View File
@@ -794,6 +794,9 @@
"symfony/yunpian-notifier": [
"5.4"
],
"symfony/zendesk-notifier": [
"6.2"
],
"symfony/zulip-notifier": [
"5.2"
],
+13
View File
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/zendesk-notifier": {
"manifest": {
"env": {
"#1": "ZENDESK_DSN=zendesk://EMAIL:TOKEN@SUBDOMAIN"
}
},
"files": [],
"ref": "c072865eadef1eceb892914e0157d8fc46333a15"
}
}
}