mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -662,7 +662,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [tales-from-a-dev/twig-tailwind-extra](https://packagist.org/packages/tales-from-a-dev/twig-tailwind-extra) | [0.2](tales-from-a-dev/twig-tailwind-extra/0.2) |
|
||||
| [talleu/php-redis-om](https://packagist.org/packages/talleu/php-redis-om) | [0.3](talleu/php-redis-om/0.3) |
|
||||
| [talleu/trigger-mapping](https://packagist.org/packages/talleu/trigger-mapping) | [0.1](talleu/trigger-mapping/0.1) |
|
||||
| [tattali/calendar-bundle](https://packagist.org/packages/tattali/calendar-bundle) | [1.1](tattali/calendar-bundle/1.1) |
|
||||
| [tattali/calendar-bundle](https://packagist.org/packages/tattali/calendar-bundle) | [8.1](tattali/calendar-bundle/8.1) |
|
||||
| [tbbc/money-bundle](https://packagist.org/packages/tbbc/money-bundle) | [4.0](tbbc/money-bundle/4.0) |
|
||||
| [tbmatuka/editorjs-bundle](https://packagist.org/packages/tbmatuka/editorjs-bundle) | [0.1](tbmatuka/editorjs-bundle/0.1) |
|
||||
| [teebbstudios/tuieditor-bundle](https://packagist.org/packages/teebbstudios/tuieditor-bundle) | [1.0](teebbstudios/tuieditor-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"manifests": {
|
||||
"tattali/calendar-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"CalendarBundle\\CalendarBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/calendar.yaml": {
|
||||
"contents": [
|
||||
"calendar:",
|
||||
" cache_max_age: 300 # HTTP cache (0 to disable)",
|
||||
" json_max_depth: 4 # JSON nesting limit for filters",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/calendar.yaml": {
|
||||
"contents": [
|
||||
"calendar:",
|
||||
" resource: \"@CalendarBundle/config/routing.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "5cd0d27ab839ae430c3ae78df7534fa492b713f5"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -2132,7 +2132,8 @@
|
||||
"0.1"
|
||||
],
|
||||
"tattali/calendar-bundle": [
|
||||
"1.1"
|
||||
"1.1",
|
||||
"8.1"
|
||||
],
|
||||
"tbbc/money-bundle": [
|
||||
"4.0"
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"manifests": {
|
||||
"tattali/calendar-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"CalendarBundle\\CalendarBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/calendar.yaml": {
|
||||
"contents": [
|
||||
"calendar:",
|
||||
" cache_max_age: 300 # HTTP cache (0 to disable)",
|
||||
" json_max_depth: 4 # JSON nesting limit for filters",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/calendar.yaml": {
|
||||
"contents": [
|
||||
"calendar:",
|
||||
" resource: \"@CalendarBundle/config/routing.yaml\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "5cd0d27ab839ae430c3ae78df7534fa492b713f5"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user