Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-02 16:34:30 +00:00
parent c5105ddb97
commit 85b2454a59
4 changed files with 30 additions and 0 deletions
+1
View File
@@ -87,6 +87,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/ovh-cloud-notifier](https://packagist.org/packages/symfony/ovh-cloud-notifier) | [5.1](symfony/ovh-cloud-notifier/5.1) | `ovh-cloud-notifier`, `ovhcloudnotifier` |
| [symfony/panther](https://packagist.org/packages/symfony/panther) | [1.0](symfony/panther/1.0) | `panther` |
| [symfony/phpunit-bridge](https://packagist.org/packages/symfony/phpunit-bridge) | [5.3](symfony/phpunit-bridge/5.3) | `phpunit-bridge`, `phpunitbridge`, `simple-phpunit`, `simplephpunit` |
| [symfony/plivo-notifier](https://packagist.org/packages/symfony/plivo-notifier) | [6.3](symfony/plivo-notifier/6.3) | `plivo-notifier`, `plivonotifier` |
| [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` |
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/plivo-notifier": {
"manifest": {
"env": {
"#1": "PLIVO_DSN=plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM"
}
},
"files": [],
"ref": "fae3075ec8802d1f0a01db50816d771872153a12"
}
}
}
+3
View File
@@ -699,6 +699,9 @@
"5.1",
"5.3"
],
"symfony/plivo-notifier": [
"6.3"
],
"symfony/postmark-mailer": [
"4.3",
"4.4"
+13
View File
@@ -0,0 +1,13 @@
{
"manifests": {
"symfony/plivo-notifier": {
"manifest": {
"env": {
"#1": "PLIVO_DSN=plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM"
}
},
"files": [],
"ref": "fae3075ec8802d1f0a01db50816d771872153a12"
}
}
}