mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1603,6 +1603,9 @@
|
||||
"1.0",
|
||||
"6.5"
|
||||
],
|
||||
"pentiminax/ux-datatables": [
|
||||
"0.43"
|
||||
],
|
||||
"php-amqplib/rabbitmq-bundle": [
|
||||
"1.12"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user