mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/pager-duty-notifier](https://packagist.org/packages/symfony/pager-duty-notifier) | [6.3](symfony/pager-duty-notifier/6.3) | `pager-duty-notifier`, `pagerdutynotifier` |
|
||||
| [symfony/panther](https://packagist.org/packages/symfony/panther) | [1.0](symfony/panther/1.0) | `panther` |
|
||||
| [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.3](symfony/phrase-translation-provider/6.3) | `phrase-translation-provider`, `phrasetranslationprovider` |
|
||||
| [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/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` |
|
||||
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/crowdin-translation-provider": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/translation.yaml",
|
||||
"position": "after_target",
|
||||
"target": " providers:",
|
||||
"content": " crowdin:\n dsn: '%env(CROWDIN_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "15c55fd0c3c77c24346815387bdcd73a78305123"
|
||||
}
|
||||
}
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/loco-translation-provider": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/translation.yaml",
|
||||
"position": "after_target",
|
||||
"target": " providers:",
|
||||
"content": " loco:\n dsn: '%env(LOCO_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "LOCO_DSN=loco://API_KEY@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "500b568fcdf2de12ac18e157e11820114db89986"
|
||||
}
|
||||
}
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/lokalise-translation-provider": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/translation.yaml",
|
||||
"position": "after_target",
|
||||
"target": " providers:",
|
||||
"content": " lokalise:\n dsn: '%env(LOKALISE_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "LOKALISE_DSN=lokalise://PROJECT_ID:API_KEY@default"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "638a6729ec78eb5c1f5bc35d096e548c1bf7a586"
|
||||
}
|
||||
}
|
||||
}
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/phrase-translation-provider": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/translation.yaml",
|
||||
"position": "after_target",
|
||||
"target": " providers:",
|
||||
"content": " phrase:\n dsn: '%env(PHRASE_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "PHRASE_DSN=phrase://PROJECT_ID:API_TOKEN@default?userAgent=Symfony-Phrase-Provider"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "cfa42c19c56d5842ae9a39432a202f5400241b0f"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/translation": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"translations/": "translations/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/translation.yaml": {
|
||||
"contents": [
|
||||
"framework:",
|
||||
" default_locale: en",
|
||||
" translator:",
|
||||
" default_path: '%kernel.project_dir%/translations'",
|
||||
" fallbacks:",
|
||||
" - en",
|
||||
" providers:",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"translations/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e28e27f53663cc34f0be2837aba18e3a1bef8e7b"
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -829,7 +829,7 @@
|
||||
"6.3"
|
||||
],
|
||||
"symfony/phrase-translation-provider": [
|
||||
"6.3"
|
||||
"6.4"
|
||||
],
|
||||
"symfony/plivo-notifier": [
|
||||
"6.3"
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"file": "config/packages/translation.yaml",
|
||||
"position": "after_target",
|
||||
"target": " texter_transports:",
|
||||
"content": " crowdin: '%env(CROWDIN_DSN)%'"
|
||||
"target": " providers:",
|
||||
"content": " crowdin:\n dsn: '%env(CROWDIN_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
@@ -15,7 +15,7 @@
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "9f5f1508bc80ed56c8a3ae7febc53a8aa982e424"
|
||||
"ref": "15c55fd0c3c77c24346815387bdcd73a78305123"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"file": "config/packages/translation.yaml",
|
||||
"position": "after_target",
|
||||
"target": " texter_transports:",
|
||||
"content": " loco: '%env(LOCO_DSN)%'"
|
||||
"target": " providers:",
|
||||
"content": " loco:\n dsn: '%env(LOCO_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
@@ -15,7 +15,7 @@
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "eb6413fa65d3aae92d79b86ad67c2830e4441893"
|
||||
"ref": "500b568fcdf2de12ac18e157e11820114db89986"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/notifier.yaml",
|
||||
"file": "config/packages/translation.yaml",
|
||||
"position": "after_target",
|
||||
"target": " texter_transports:",
|
||||
"content": " lokalise: '%env(LOKALISE_DSN)%'"
|
||||
"target": " providers:",
|
||||
"content": " lokalise:\n dsn: '%env(LOKALISE_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
@@ -15,7 +15,7 @@
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "db778cb06bece4201899ca2b33542f7cd6520d06"
|
||||
"ref": "638a6729ec78eb5c1f5bc35d096e548c1bf7a586"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/phrase-translation-provider": {
|
||||
"manifest": {
|
||||
"env": {
|
||||
"#1": "PHRASE_DSN=phrase://PROJECT_ID:API_TOKEN@default?userAgent=Symfony-Phrase-Provider"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "88dbe5ad1547489de06a06728ff691ab95c5e296"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/phrase-translation-provider": {
|
||||
"manifest": {
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "config/packages/translation.yaml",
|
||||
"position": "after_target",
|
||||
"target": " providers:",
|
||||
"content": " phrase:\n dsn: '%env(PHRASE_DSN)%'"
|
||||
}
|
||||
],
|
||||
"env": {
|
||||
"#1": "PHRASE_DSN=phrase://PROJECT_ID:API_TOKEN@default?userAgent=Symfony-Phrase-Provider"
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "cfa42c19c56d5842ae9a39432a202f5400241b0f"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -16,13 +16,7 @@
|
||||
" default_path: '%kernel.project_dir%/translations'",
|
||||
" fallbacks:",
|
||||
" - en",
|
||||
"# providers:",
|
||||
"# crowdin:",
|
||||
"# dsn: '%env(CROWDIN_DSN)%'",
|
||||
"# loco:",
|
||||
"# dsn: '%env(LOCO_DSN)%'",
|
||||
"# lokalise:",
|
||||
"# dsn: '%env(LOKALISE_DSN)%'",
|
||||
" providers:",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -34,7 +28,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "da64f5a2b6d96f5dc24914517c0350a5f91dee43"
|
||||
"ref": "e28e27f53663cc34f0be2837aba18e3a1bef8e7b"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,15 +16,7 @@
|
||||
" default_path: '%kernel.project_dir%/translations'",
|
||||
" fallbacks:",
|
||||
" - en",
|
||||
"# providers:",
|
||||
"# crowdin:",
|
||||
"# dsn: '%env(CROWDIN_DSN)%'",
|
||||
"# loco:",
|
||||
"# dsn: '%env(LOCO_DSN)%'",
|
||||
"# lokalise:",
|
||||
"# dsn: '%env(LOKALISE_DSN)%'",
|
||||
"# phrase:",
|
||||
"# dsn: '%env(PHRASE_DSN)%'",
|
||||
" providers:",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
@@ -36,7 +28,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "64fe617084223633e1dedf9112935d8c95410d3e"
|
||||
"ref": "e28e27f53663cc34f0be2837aba18e3a1bef8e7b"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user