mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
Update Flex endpoint
This commit is contained in:
@@ -113,6 +113,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/sms77-notifier](https://packagist.org/packages/symfony/sms77-notifier) | [5.4](symfony/sms77-notifier/5.4) | `sms77-notifier`, `sms77notifier` |
|
||||
| [symfony/smsapi-notifier](https://packagist.org/packages/symfony/smsapi-notifier) | [5.2](symfony/smsapi-notifier/5.2) | `smsapi-notifier`, `smsapinotifier` |
|
||||
| [symfony/smsc-notifier](https://packagist.org/packages/symfony/smsc-notifier) | [5.4](symfony/smsc-notifier/5.4) | `smsc-notifier`, `smscnotifier` |
|
||||
| [symfony/smsmode-notifier](https://packagist.org/packages/symfony/smsmode-notifier) | [6.3](symfony/smsmode-notifier/6.3) | `smsmode-notifier`, `smsmodenotifier` |
|
||||
| [symfony/spot-hit-notifier](https://packagist.org/packages/symfony/spot-hit-notifier) | [5.3](symfony/spot-hit-notifier/5.3) | `spot-hit-notifier`, `spothitnotifier` |
|
||||
| [symfony/stimulus-bundle](https://packagist.org/packages/symfony/stimulus-bundle) | [2.9](symfony/stimulus-bundle/2.9) | `stimulus`, `stimulus-bundle`, `stimulusbundle` |
|
||||
| [symfony/swiftmailer-bundle](https://packagist.org/packages/symfony/swiftmailer-bundle) | [2.5](symfony/swiftmailer-bundle/2.5) | `swiftmailer`, `swiftmailer-bundle`, `swiftmailerbundle` |
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/smsmode-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "SMSMODE_DSN=smsmode://API_KEY@default?from=FROM"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "367e0d1f9ceda2f11b5633229f2f35da06b68766"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -828,6 +828,9 @@
|
||||
"symfony/smsc-notifier": [
|
||||
"5.4"
|
||||
],
|
||||
"symfony/smsmode-notifier": [
|
||||
"6.3"
|
||||
],
|
||||
"symfony/spot-hit-notifier": [
|
||||
"5.3"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/smsmode-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "SMSMODE_DSN=smsmode://API_KEY@default?from=FROM"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "367e0d1f9ceda2f11b5633229f2f35da06b68766"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user