mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 17:16:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -59,6 +59,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/isendpro-notifier](https://packagist.org/packages/symfony/isendpro-notifier) | [6.3](symfony/isendpro-notifier/6.3) | `isendpro-notifier`, `isendpronotifier` |
|
||||
| [symfony/kaz-info-teh-notifier](https://packagist.org/packages/symfony/kaz-info-teh-notifier) | [6.1](symfony/kaz-info-teh-notifier/6.1) | `kaz-info-teh-notifier`, `kazinfotehnotifier` |
|
||||
| [symfony/light-sms-notifier](https://packagist.org/packages/symfony/light-sms-notifier) | [5.3](symfony/light-sms-notifier/5.3) | `light-sms-notifier`, `lightsmsnotifier` |
|
||||
| [symfony/line-notify-notifier](https://packagist.org/packages/symfony/line-notify-notifier) | [6.3](symfony/line-notify-notifier/6.3) | `line-notify-notifier`, `linenotifynotifier` |
|
||||
| [symfony/linked-in-notifier](https://packagist.org/packages/symfony/linked-in-notifier) | [5.2](symfony/linked-in-notifier/5.2) | `linked-in-notifier`, `linkedinnotifier` |
|
||||
| [symfony/lock](https://packagist.org/packages/symfony/lock) | [5.2](symfony/lock/5.2) | `lock` |
|
||||
| [symfony/loco-translation-provider](https://packagist.org/packages/symfony/loco-translation-provider) | [5.3](symfony/loco-translation-provider/5.3) | `loco-translation-provider`, `locotranslationprovider` |
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/line-notify-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "LINE_NOTIFY_DSN=linenotify://TOKEN@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "1ff08e962f18574516100b1e9e0ccce73aaf8585"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -605,6 +605,9 @@
|
||||
"symfony/light-sms-notifier": [
|
||||
"5.3"
|
||||
],
|
||||
"symfony/line-notify-notifier": [
|
||||
"6.3"
|
||||
],
|
||||
"symfony/linked-in-notifier": [
|
||||
"5.2"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/line-notify-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "LINE_NOTIFY_DSN=linenotify://TOKEN@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "1ff08e962f18574516100b1e9e0ccce73aaf8585"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user