mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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) |
|
||||
|
||||
+23
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user