mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
Update Flex endpoint
This commit is contained in:
@@ -24,6 +24,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [alengo/alengo-webspace-settings-bundle](https://packagist.org/packages/alengo/alengo-webspace-settings-bundle) | [0.9](../../../tree/main/alengo/alengo-webspace-settings-bundle/0.9) |
|
||||
| [alexandret/evc-bundle](https://packagist.org/packages/alexandret/evc-bundle) | [1.0](../../../tree/main/alexandret/evc-bundle/1.0) |
|
||||
| [alexgeno/phone-verification-bundle](https://packagist.org/packages/alexgeno/phone-verification-bundle) | [1.0](../../../tree/main/alexgeno/phone-verification-bundle/1.0) |
|
||||
| [alexivanou/russian-text-bundle](https://packagist.org/packages/alexivanou/russian-text-bundle) | [1.0](../../../tree/main/alexivanou/russian-text-bundle/1.0) |
|
||||
| [algolia/algolia-search-bundle](https://packagist.org/packages/algolia/algolia-search-bundle) | [2.2](../../../tree/main/algolia/algolia-search-bundle/2.2) |
|
||||
| [algolia/search-bundle](https://packagist.org/packages/algolia/search-bundle) | [3.0](../../../tree/main/algolia/search-bundle/3.0) |
|
||||
| [alms/cycle-bundle](https://packagist.org/packages/alms/cycle-bundle) | [0.1](../../../tree/main/alms/cycle-bundle/0.1) |
|
||||
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"manifests": {
|
||||
"alexivanou/russian-text-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"AlexIvanou\\RussianTextBundle\\AlexIvanouRussianTextBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
"RussianTextBundle installed!",
|
||||
"",
|
||||
"Available Twig filters: pluralize, cardinal, ordinal, spell_money, inflect_name, noun_case, noun_plural, adj_case, geo_case, time_ago, distance_of_time",
|
||||
"Available Twig functions: name_cases, detect_gender",
|
||||
"",
|
||||
"See README for usage examples."
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/russian_text.yaml": {
|
||||
"contents": [
|
||||
"# RussianTextBundle configuration",
|
||||
"# See https://github.com/alexivanou/russian-text-bundle for documentation",
|
||||
"russian_text:",
|
||||
" # All services are enabled by default.",
|
||||
" # Set any to false to disable unused functionality.",
|
||||
" enable_pluralizer: true",
|
||||
" enable_number_speller: true",
|
||||
" enable_money_speller: true",
|
||||
" enable_name_inflector: true",
|
||||
" enable_noun_decliner: true",
|
||||
" enable_adjective_decliner: true",
|
||||
" enable_geo_inflector: true",
|
||||
" enable_time_speller: true",
|
||||
" enable_twig_plural: true",
|
||||
" enable_twig_numeral: true",
|
||||
" enable_twig_name: true",
|
||||
" enable_twig_declension: true",
|
||||
" enable_twig_time: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "63ca2e4d27ef49ecc1ab2dd66e70b3a15e57e22a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"manifests": {
|
||||
"alexivanou/russian-text-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"AlexIvanou\\RussianTextBundle\\AlexIvanouRussianTextBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
"RussianTextBundle installed!",
|
||||
"",
|
||||
"Available Twig filters: pluralize, cardinal, ordinal, spell_money, inflect_name, noun_case, noun_plural, adj_case, geo_case, time_ago, distance_of_time",
|
||||
"Available Twig functions: name_cases, detect_gender",
|
||||
"",
|
||||
"See README for usage examples."
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/russian_text.yaml": {
|
||||
"contents": [
|
||||
"# RussianTextBundle configuration",
|
||||
"# See https://github.com/alexivanou/russian-text-bundle for documentation",
|
||||
"russian_text:",
|
||||
" # All services are enabled by default.",
|
||||
" # Set any to false to disable unused functionality.",
|
||||
" enable_pluralizer: true",
|
||||
" enable_number_speller: true",
|
||||
" enable_money_speller: true",
|
||||
" enable_name_inflector: true",
|
||||
" enable_noun_decliner: true",
|
||||
" enable_adjective_decliner: true",
|
||||
" enable_geo_inflector: true",
|
||||
" enable_time_speller: true",
|
||||
" enable_twig_plural: true",
|
||||
" enable_twig_numeral: true",
|
||||
" enable_twig_name: true",
|
||||
" enable_twig_declension: true",
|
||||
" enable_twig_time: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "63ca2e4d27ef49ecc1ab2dd66e70b3a15e57e22a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -64,6 +64,9 @@
|
||||
"alexgeno/phone-verification-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"alexivanou/russian-text-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"algolia/algolia-search-bundle": [
|
||||
"2.2"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user