Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-08-26 06:03:52 +00:00
parent ef35f38d30
commit 4b7fefe7e5
4 changed files with 50 additions and 0 deletions
+1
View File
@@ -541,6 +541,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [setono/google-analytics-bundle](https://packagist.org/packages/setono/google-analytics-bundle) | [1.0](setono/google-analytics-bundle/1.0) |
| [setono/sylius-toggle-vat-plugin](https://packagist.org/packages/setono/sylius-toggle-vat-plugin) | [1.0](setono/sylius-toggle-vat-plugin/1.0) |
| [sg/datatablesbundle](https://packagist.org/packages/sg/datatablesbundle) | [1.0](sg/datatablesbundle/1.0) |
| [shipmonk/doctrine-entity-preloader](https://packagist.org/packages/shipmonk/doctrine-entity-preloader) | [1.0](shipmonk/doctrine-entity-preloader/1.0) |
| [shopware/app-bundle](https://packagist.org/packages/shopware/app-bundle) | [4.0](shopware/app-bundle/4.0) |
| [siburuxue/doctrine-helper](https://packagist.org/packages/siburuxue/doctrine-helper) | [1.0](siburuxue/doctrine-helper/1.0) |
| [silasjoisten/sonata-multiupload-bundle](https://packagist.org/packages/silasjoisten/sonata-multiupload-bundle) | [3.4](silasjoisten/sonata-multiupload-bundle/3.4) |
@@ -0,0 +1,23 @@
{
"manifests": {
"shipmonk/doctrine-entity-preloader": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/doctrine_entity_preloader.yaml": {
"contents": [
"services:",
" ShipMonk\\DoctrineEntityPreloader\\EntityPreloader:",
" arguments: ['@doctrine.orm.entity_manager']",
""
],
"executable": false
}
},
"ref": "6bee147a5ee0ca3cc07b24c1d3c28a67710d090c"
}
}
}
+3
View File
@@ -1731,6 +1731,9 @@
"sg/datatablesbundle": [
"1.0"
],
"shipmonk/doctrine-entity-preloader": [
"1.0"
],
"shopware/app-bundle": [
"1.0",
"4.0"
@@ -0,0 +1,23 @@
{
"manifests": {
"shipmonk/doctrine-entity-preloader": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/doctrine_entity_preloader.yaml": {
"contents": [
"services:",
" ShipMonk\\DoctrineEntityPreloader\\EntityPreloader:",
" arguments: ['@doctrine.orm.entity_manager']",
""
],
"executable": false
}
},
"ref": "6bee147a5ee0ca3cc07b24c1d3c28a67710d090c"
}
}
}