mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -794,6 +794,9 @@
|
||||
"symfony/yunpian-notifier": [
|
||||
"5.4"
|
||||
],
|
||||
"symfony/zendesk-notifier": [
|
||||
"6.2"
|
||||
],
|
||||
"symfony/zulip-notifier": [
|
||||
"5.2"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/zendesk-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "ZENDESK_DSN=zendesk://EMAIL:TOKEN@SUBDOMAIN"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "c072865eadef1eceb892914e0157d8fc46333a15"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user