Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-03-03 01:55:08 +00:00
parent ffe4a8a94b
commit 18892e73f1
4 changed files with 84 additions and 0 deletions
+1
View File
@@ -296,6 +296,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [jolicode/jolitypo](https://packagist.org/packages/jolicode/jolitypo) | [1.0](jolicode/jolitypo/1.0) |
| [jolicode/media-bundle](https://packagist.org/packages/jolicode/media-bundle) | [0.1](jolicode/media-bundle/0.1) |
| [jonathankablan/fast-entity-bundle](https://packagist.org/packages/jonathankablan/fast-entity-bundle) | [2.0](jonathankablan/fast-entity-bundle/2.0) |
| [jonathanlight/meta-entity-builder-bundle](https://packagist.org/packages/jonathanlight/meta-entity-builder-bundle) | [1.0](jonathanlight/meta-entity-builder-bundle/1.0) |
| [jrmgx/interactive-bundle](https://packagist.org/packages/jrmgx/interactive-bundle) | [1.0](jrmgx/interactive-bundle/1.0) |
| [jsor/doctrine-postgis](https://packagist.org/packages/jsor/doctrine-postgis) | [1.7](jsor/doctrine-postgis/1.7) |
| [jupi/prestashop-webservice-bundle](https://packagist.org/packages/jupi/prestashop-webservice-bundle) | [1.0](jupi/prestashop-webservice-bundle/1.0) |
@@ -0,0 +1,40 @@
{
"manifests": {
"jonathanlight/meta-entity-builder-bundle": {
"manifest": {
"bundles": {
"Meta\\EntityBuilderBundle\\MetaEntityBuilderBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/meta_entity_builder.yaml": {
"contents": [
"meta_entity_builder:",
" # Path to YAML schema file defining your entities",
" schema_path: '%kernel.project_dir%/config/entities.yaml'",
"",
" # Directory where generated entities will be saved",
" entity_directory: '%kernel.project_dir%/src/Entity'",
"",
" # Namespace for generated entities",
" entity_namespace: 'App\\Entity'",
"",
" # Create backup before updating existing entities",
" backup_enabled: true",
"",
" # Backup directory (relative to project root)",
" backup_directory: '%kernel.project_dir%/var/backups/entities'",
""
],
"executable": false
}
},
"ref": "d592556059a6d31b7881706079ad1b698126f807"
}
}
}
+3
View File
@@ -940,6 +940,9 @@
"jonathankablan/fast-entity-bundle": [
"2.0"
],
"jonathanlight/meta-entity-builder-bundle": [
"1.0"
],
"jrmgx/interactive-bundle": [
"1.0"
],
@@ -0,0 +1,40 @@
{
"manifests": {
"jonathanlight/meta-entity-builder-bundle": {
"manifest": {
"bundles": {
"Meta\\EntityBuilderBundle\\MetaEntityBuilderBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/meta_entity_builder.yaml": {
"contents": [
"meta_entity_builder:",
" # Path to YAML schema file defining your entities",
" schema_path: '%kernel.project_dir%/config/entities.yaml'",
"",
" # Directory where generated entities will be saved",
" entity_directory: '%kernel.project_dir%/src/Entity'",
"",
" # Namespace for generated entities",
" entity_namespace: 'App\\Entity'",
"",
" # Create backup before updating existing entities",
" backup_enabled: true",
"",
" # Backup directory (relative to project root)",
" backup_directory: '%kernel.project_dir%/var/backups/entities'",
""
],
"executable": false
}
},
"ref": "d592556059a6d31b7881706079ad1b698126f807"
}
}
}