mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Update Flex endpoint
This commit is contained in:
@@ -115,6 +115,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/turbo-sms-notifier](https://packagist.org/packages/symfony/turbo-sms-notifier) | [5.4](symfony/turbo-sms-notifier/5.4) | `turbo-sms-notifier`, `turbosmsnotifier` |
|
||||
| [symfony/twig-bundle](https://packagist.org/packages/symfony/twig-bundle) | [5.4](symfony/twig-bundle/5.4) | `twig-bundle`, `twigbundle` |
|
||||
| [symfony/twilio-notifier](https://packagist.org/packages/symfony/twilio-notifier) | [5.0](symfony/twilio-notifier/5.0) | `twilio-notifier`, `twilionotifier` |
|
||||
| [symfony/twitter-notifier](https://packagist.org/packages/symfony/twitter-notifier) | [6.3](symfony/twitter-notifier/6.3) | `twitter-notifier`, `twitternotifier` |
|
||||
| [symfony/uid](https://packagist.org/packages/symfony/uid) | [6.2](symfony/uid/6.2) | `uid` |
|
||||
| [symfony/ux-autocomplete](https://packagist.org/packages/symfony/ux-autocomplete) | [2.6](symfony/ux-autocomplete/2.6) | `ux-autocomplete`, `uxautocomplete` |
|
||||
| [symfony/ux-live-component](https://packagist.org/packages/symfony/ux-live-component) | [2.6](symfony/ux-live-component/2.6) | `ux-live-component`, `uxlivecomponent` |
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/twitter-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "TWITTER_DSN=twitter://API_KEY:API_SECRET:ACCESS_TOKEN:ACCESS_SECRET@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "5eb7810d0d4ef0145f265b2fb6f313d069d400ee"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -804,6 +804,9 @@
|
||||
"symfony/twilio-notifier": [
|
||||
"5.0"
|
||||
],
|
||||
"symfony/twitter-notifier": [
|
||||
"6.3"
|
||||
],
|
||||
"symfony/uid": [
|
||||
"6.2"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/twitter-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "TWITTER_DSN=twitter://API_KEY:API_SECRET:ACCESS_TOKEN:ACCESS_SECRET@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "5eb7810d0d4ef0145f265b2fb6f313d069d400ee"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user