Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-08-11 16:45:41 +00:00
parent 5fce3ba17b
commit 514b500868
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -106,6 +106,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/phpunit-bridge](https://packagist.org/packages/symfony/phpunit-bridge) | [6.3](symfony/phpunit-bridge/6.3) | `phpunit-bridge`, `phpunitbridge`, `simple-phpunit`, `simplephpunit` |
| [symfony/phrase-translation-provider](https://packagist.org/packages/symfony/phrase-translation-provider) | [6.4](symfony/phrase-translation-provider/6.4) | `phrase-translation-provider`, `phrasetranslationprovider` |
| [symfony/plivo-notifier](https://packagist.org/packages/symfony/plivo-notifier) | [6.3](symfony/plivo-notifier/6.3) | `plivo-notifier`, `plivonotifier` |
| [symfony/postal-mailer](https://packagist.org/packages/symfony/postal-mailer) | [7.2](symfony/postal-mailer/7.2) | `postal-mailer`, `postalmailer` |
| [symfony/postmark-mailer](https://packagist.org/packages/symfony/postmark-mailer) | [4.4](symfony/postmark-mailer/4.4) | `postmark-mailer`, `postmarkmailer` |
| [symfony/primotexto-notifier](https://packagist.org/packages/symfony/primotexto-notifier) | [7.2](symfony/primotexto-notifier/7.2) | `primotexto-notifier`, `primotextonotifier` |
| [symfony/psr7-pack](https://packagist.org/packages/symfony/psr7-pack) | [1.0](symfony/psr7-pack/1.0) | `psr-7`, `psr-17`, `psr7`, `psr17` |
@@ -0,0 +1,14 @@
{
"manifests": {
"symfony/postal-mailer": {
"manifest": {
"env": {
"#1": "MAILER_DSN=postal+api://API_TOKEN@BASE_URL",
"#2": "MAILER_DSN=postal://API_TOKEN@BASE_URL"
}
},
"files": [],
"ref": "a99ffc385336f3e8f11a9e8f822debd609ccf9c5"
}
}
}
+3
View File
@@ -864,6 +864,9 @@
"symfony/plivo-notifier": [
"6.3"
],
"symfony/postal-mailer": [
"7.2"
],
"symfony/postmark-mailer": [
"4.3",
"4.4"
+14
View File
@@ -0,0 +1,14 @@
{
"manifests": {
"symfony/postal-mailer": {
"manifest": {
"env": {
"#1": "MAILER_DSN=postal+api://API_TOKEN@BASE_URL",
"#2": "MAILER_DSN=postal://API_TOKEN@BASE_URL"
}
},
"files": [],
"ref": "a99ffc385336f3e8f11a9e8f822debd609ccf9c5"
}
}
}