mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -646,6 +646,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [weglot/translate-bundle](https://packagist.org/packages/weglot/translate-bundle) | [0.6](weglot/translate-bundle/0.6) |
|
||||
| [wemakecustom/doctrine-naming-strategy-bundle](https://packagist.org/packages/wemakecustom/doctrine-naming-strategy-bundle) | [1.0](wemakecustom/doctrine-naming-strategy-bundle/1.0) |
|
||||
| [wemxo/dynamic-form-bundle](https://packagist.org/packages/wemxo/dynamic-form-bundle) | [1.0](wemxo/dynamic-form-bundle/1.0) |
|
||||
| [wickedone/phrase-tag-bundle](https://packagist.org/packages/wickedone/phrase-tag-bundle) | [2.0](wickedone/phrase-tag-bundle/2.0) |
|
||||
| [wiet-at/symfony-dev](https://packagist.org/packages/wiet-at/symfony-dev) | [1.0](wiet-at/symfony-dev/1.0) |
|
||||
| [willdurand/geocoder-bundle](https://packagist.org/packages/willdurand/geocoder-bundle) | [5.0](willdurand/geocoder-bundle/5.0) |
|
||||
| [willdurand/hateoas-bundle](https://packagist.org/packages/willdurand/hateoas-bundle) | [2.0](willdurand/hateoas-bundle/2.0) |
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"wickedone/phrase-tag-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"WickedOne\\PhraseTagBundle\\WickedOnePhraseTagBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"PHRASE_DSN": "phrase://PROJECT_ID:API_TOKEN@default?userAgent=myProject"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/wicked_one_phrase_tag.yaml": {
|
||||
"contents": [
|
||||
"wicked_one_phrase_tag:",
|
||||
" dsn: '%env(PHRASE_DSN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c72b7d61dcddc891df36bf7ce4434321238c672d"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2069,6 +2069,9 @@
|
||||
"wemxo/dynamic-form-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"wickedone/phrase-tag-bundle": [
|
||||
"2.0"
|
||||
],
|
||||
"wiet-at/symfony-dev": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"wickedone/phrase-tag-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"WickedOne\\PhraseTagBundle\\WickedOnePhraseTagBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"PHRASE_DSN": "phrase://PROJECT_ID:API_TOKEN@default?userAgent=myProject"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/wicked_one_phrase_tag.yaml": {
|
||||
"contents": [
|
||||
"wicked_one_phrase_tag:",
|
||||
" dsn: '%env(PHRASE_DSN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c72b7d61dcddc891df36bf7ce4434321238c672d"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user