Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-02 16:28:57 +00:00
parent f189a87d62
commit 3b09204fc7
4 changed files with 30 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/postmark-mailer](https://packagist.org/packages/symfony/postmark-mailer) | [4.4](symfony/postmark-mailer/4.4) | `postmark-mailer`, `postmarkmailer` |
| [symfony/psr7-pack](https://packagist.org/packages/symfony/psr7-pack) | [1.0](symfony/psr7-pack/1.0) | `psr-7`, `psr-17`, `psr7`, `psr17` |
| [symfony/requirements-checker](https://packagist.org/packages/symfony/requirements-checker) | [2.0](symfony/requirements-checker/2.0) | `req-check`, `req-checker`, `req-checks`, `reqcheck`, `reqchecker`, `reqchecks`, `requirement-check`, `requirement-checker`, `requirementcheck`, `requirementchecker`, `requirements-checker`, `requirementschecker` |
| [symfony/ring-central-notifier](https://packagist.org/packages/symfony/ring-central-notifier) | [6.3](symfony/ring-central-notifier/6.3) | `ring-central-notifier`, `ringcentralnotifier` |
| [symfony/rocket-chat-notifier](https://packagist.org/packages/symfony/rocket-chat-notifier) | [5.1](symfony/rocket-chat-notifier/5.1) | `rocket-chat-notifier`, `rocketchatnotifier` |
| [symfony/routing](https://packagist.org/packages/symfony/routing) | [6.2](symfony/routing/6.2) | `router`, `routing` |
| [symfony/security-bundle](https://packagist.org/packages/symfony/security-bundle) | [6.0](symfony/security-bundle/6.0) | `security`, `security-bundle`, `securitybundle` |
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/ring-central-notifier": {
"manifest": {
"env": {
"#1": "RINGCENTRAL_DSN=ringcentral://API_TOKEN@default?from=FROM"
}
},
"files": [],
"ref": "54f0bb6a8610199eff1779754d216a511e14911f"
}
}
}
+3
View File
@@ -707,6 +707,9 @@
"1.0",
"2.0"
],
"symfony/ring-central-notifier": [
"6.3"
],
"symfony/rocket-chat-notifier": [
"5.1"
],
+13
View File
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/ring-central-notifier": {
"manifest": {
"env": {
"#1": "RINGCENTRAL_DSN=ringcentral://API_TOKEN@default?from=FROM"
}
},
"files": [],
"ref": "54f0bb6a8610199eff1779754d216a511e14911f"
}
}
}