Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-06-24 14:21:51 +00:00
parent d15d581c41
commit 795d6bdbe1
4 changed files with 78 additions and 0 deletions
+1
View File
@@ -532,6 +532,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [phpzlc/rbac-business](https://packagist.org/packages/phpzlc/rbac-business) | [1.0](../../../tree/main/phpzlc/rbac-business/1.0) |
| [phpzlc/snapshot-business](https://packagist.org/packages/phpzlc/snapshot-business) | [1.0](../../../tree/main/phpzlc/snapshot-business/1.0) |
| [phpzlc/upload-business](https://packagist.org/packages/phpzlc/upload-business) | [2.0](../../../tree/main/phpzlc/upload-business/2.0) |
| [piairre/skuse](https://packagist.org/packages/piairre/skuse) | [0.1](../../../tree/main/piairre/skuse/0.1) |
| [picoss/yousign-bundle](https://packagist.org/packages/picoss/yousign-bundle) | [2.2](../../../tree/main/picoss/yousign-bundle/2.2) |
| [pierstoval/character-manager](https://packagist.org/packages/pierstoval/character-manager) | [0.5](../../../tree/main/pierstoval/character-manager/0.5) |
| [piou-piou/ribs-cron-bundle](https://packagist.org/packages/piou-piou/ribs-cron-bundle) | [1.0](../../../tree/main/piou-piou/ribs-cron-bundle/1.0) |
@@ -0,0 +1,37 @@
{
"manifests": {
"piairre/skuse": {
"manifest": {
"bundles": {
"Piairre\\Skuse\\PiairreSkuseBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/piairre_skuse.yaml": {
"contents": [
"piairre_skuse:",
" open_api_url: '/api/docs.json'",
" # theme: 'system' # light, dark, system",
""
],
"executable": false
},
"config/routes/piairre_skuse.yaml": {
"contents": [
"piairre_skuse:",
" resource: '@PiairreSkuseBundle/config/routes.yaml'",
" prefix: /skuse # URL where the documentation is served",
""
],
"executable": false
}
},
"ref": "9ed74ced3a44044c698c5df2a30edcd2316763bc"
}
}
}
+3
View File
@@ -1700,6 +1700,9 @@
"1.0",
"2.0"
],
"piairre/skuse": [
"0.1"
],
"picoss/yousign-bundle": [
"2.0",
"2.2"
+37
View File
@@ -0,0 +1,37 @@
{
"manifests": {
"piairre/skuse": {
"manifest": {
"bundles": {
"Piairre\\Skuse\\PiairreSkuseBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/piairre_skuse.yaml": {
"contents": [
"piairre_skuse:",
" open_api_url: '/api/docs.json'",
" # theme: 'system' # light, dark, system",
""
],
"executable": false
},
"config/routes/piairre_skuse.yaml": {
"contents": [
"piairre_skuse:",
" resource: '@PiairreSkuseBundle/config/routes.yaml'",
" prefix: /skuse # URL where the documentation is served",
""
],
"executable": false
}
},
"ref": "9ed74ced3a44044c698c5df2a30edcd2316763bc"
}
}
}