Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-05-05 21:14:30 +00:00
parent d980c989d7
commit c5eb5b6c1a
4 changed files with 58 additions and 0 deletions
+1
View File
@@ -501,6 +501,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [payum/payum-bundle](https://packagist.org/packages/payum/payum-bundle) | [2.4](../../../tree/main/payum/payum-bundle/2.4) |
| [pentatrion/upload-bundle](https://packagist.org/packages/pentatrion/upload-bundle) | [0.2](../../../tree/main/pentatrion/upload-bundle/0.2) |
| [pentatrion/vite-bundle](https://packagist.org/packages/pentatrion/vite-bundle) | [6.5](../../../tree/main/pentatrion/vite-bundle/6.5) |
| [pentiminax/ux-datatables](https://packagist.org/packages/pentiminax/ux-datatables) | [0.43](../../../tree/main/pentiminax/ux-datatables/0.43) |
| [php-amqplib/rabbitmq-bundle](https://packagist.org/packages/php-amqplib/rabbitmq-bundle) | [1.12](../../../tree/main/php-amqplib/rabbitmq-bundle/1.12) |
| [php-http/httplug-bundle](https://packagist.org/packages/php-http/httplug-bundle) | [1.6](../../../tree/main/php-http/httplug-bundle/1.6) |
| [php-llm/llm-chain-bundle](https://packagist.org/packages/php-llm/llm-chain-bundle) | [0.19](../../../tree/main/php-llm/llm-chain-bundle/0.19) |
@@ -0,0 +1,27 @@
{
"manifests": {
"pentiminax/ux-datatables": {
"manifest": {
"bundles": {
"Pentiminax\\UX\\DataTables\\DataTablesBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/data_tables.yaml": {
"contents": [
"datatables:",
" resource: '@DataTablesBundle/config/routes.php'",
""
],
"executable": false
}
},
"ref": "5aab256ed30f8daa80b87aa5fef2ca7f74670f27"
}
}
}
+3
View File
@@ -1603,6 +1603,9 @@
"1.0",
"6.5"
],
"pentiminax/ux-datatables": [
"0.43"
],
"php-amqplib/rabbitmq-bundle": [
"1.12"
],
+27
View File
@@ -0,0 +1,27 @@
{
"manifests": {
"pentiminax/ux-datatables": {
"manifest": {
"bundles": {
"Pentiminax\\UX\\DataTables\\DataTablesBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/data_tables.yaml": {
"contents": [
"datatables:",
" resource: '@DataTablesBundle/config/routes.php'",
""
],
"executable": false
}
},
"ref": "5aab256ed30f8daa80b87aa5fef2ca7f74670f27"
}
}
}