mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"manifests": {
|
||||
"21torr/task-manager": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Torr\\TaskManager\\TaskManagerBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/task_manager.yaml": {
|
||||
"contents": [
|
||||
"task_manager:",
|
||||
" queues:",
|
||||
" # queues sorted by priority. Highest priority at the top",
|
||||
" - app_very_urgent",
|
||||
" - app_urgent",
|
||||
" - app",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e80fc18d88f49e5a5974f9c9eadf6f5fbaad2b21"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| --- | --- |
|
||||
| [21torr/hosting](https://packagist.org/packages/21torr/hosting) | [3.2](21torr/hosting/3.2) |
|
||||
| [21torr/storyblok](https://packagist.org/packages/21torr/storyblok) | [3.0](21torr/storyblok/3.0) |
|
||||
| [21torr/task-manager](https://packagist.org/packages/21torr/task-manager) | [2.0](21torr/task-manager/2.0) |
|
||||
| [abel/keycloak-bearer-only-adapter-bundle](https://packagist.org/packages/abel/keycloak-bearer-only-adapter-bundle) | [1.0](abel/keycloak-bearer-only-adapter-bundle/1.0) |
|
||||
| [ablaise/meteion-bundle](https://packagist.org/packages/ablaise/meteion-bundle) | [1.0](ablaise/meteion-bundle/1.0) |
|
||||
| [acseo/typesense-bundle](https://packagist.org/packages/acseo/typesense-bundle) | [0.7](acseo/typesense-bundle/0.7) |
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"manifests": {
|
||||
"21torr/task-manager": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Torr\\TaskManager\\TaskManagerBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/task_manager.yaml": {
|
||||
"contents": [
|
||||
"task_manager:",
|
||||
" queues:",
|
||||
" # queues sorted by priority. Highest priority at the top",
|
||||
" - app_very_urgent",
|
||||
" - app_urgent",
|
||||
" - app",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "e80fc18d88f49e5a5974f9c9eadf6f5fbaad2b21"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,9 @@
|
||||
"21torr/storyblok": [
|
||||
"3.0"
|
||||
],
|
||||
"21torr/task-manager": [
|
||||
"2.0"
|
||||
],
|
||||
"abel/keycloak-bearer-only-adapter-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user