mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 10:36:43 +03:00
Update Flex endpoint
This commit is contained in:
@@ -97,6 +97,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [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/pushover-notifier](https://packagist.org/packages/symfony/pushover-notifier) | [6.3](symfony/pushover-notifier/6.3) | `pushover-notifier`, `pushovernotifier` |
|
||||
| [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` |
|
||||
| [symfony/ring-central-notifier](https://packagist.org/packages/symfony/ring-central-notifier) | [6.3](symfony/ring-central-notifier/6.3) | `ring-central-notifier`, `ringcentralnotifier` |
|
||||
| [symfony/rocket-chat-notifier](https://packagist.org/packages/symfony/rocket-chat-notifier) | [5.1](symfony/rocket-chat-notifier/5.1) | `rocket-chat-notifier`, `rocketchatnotifier` |
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/pushover-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "PUSHOVER_DSN=pushover://USER_KEY:APP_TOKEN@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "81f519e1d469ffa5bb9fda21292fea0c5b1dc8b7"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -765,6 +765,9 @@
|
||||
"symfony/psr7-pack": [
|
||||
"1.0"
|
||||
],
|
||||
"symfony/pushover-notifier": [
|
||||
"6.3"
|
||||
],
|
||||
"symfony/requirements-checker": [
|
||||
"1.0",
|
||||
"2.0"
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/pushover-notifier": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "PUSHOVER_DSN=pushover://USER_KEY:APP_TOKEN@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "81f519e1d469ffa5bb9fda21292fea0c5b1dc8b7"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user