Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-08-05 07:02:42 +00:00
parent c759b2b775
commit fd61e4686a
4 changed files with 116 additions and 0 deletions
+1
View File
@@ -597,6 +597,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [shipmonk/doctrine-entity-preloader](https://packagist.org/packages/shipmonk/doctrine-entity-preloader) | [1.0](../../../tree/main/shipmonk/doctrine-entity-preloader/1.0) |
| [shopware/app-bundle](https://packagist.org/packages/shopware/app-bundle) | [5.0](../../../tree/main/shopware/app-bundle/5.0) |
| [siburuxue/doctrine-helper](https://packagist.org/packages/siburuxue/doctrine-helper) | [1.0](../../../tree/main/siburuxue/doctrine-helper/1.0) |
| [siganushka/region-bundle](https://packagist.org/packages/siganushka/region-bundle) | [1.2](../../../tree/main/siganushka/region-bundle/1.2) |
| [silasjoisten/sonata-multiupload-bundle](https://packagist.org/packages/silasjoisten/sonata-multiupload-bundle) | [3.4](../../../tree/main/silasjoisten/sonata-multiupload-bundle/3.4) |
| [simply-stream/twitch-api-bundle](https://packagist.org/packages/simply-stream/twitch-api-bundle) | [0.1](../../../tree/main/simply-stream/twitch-api-bundle/0.1) |
| [skipthedragon/inertia-bundle](https://packagist.org/packages/skipthedragon/inertia-bundle) | [1.0](../../../tree/main/skipthedragon/inertia-bundle/1.0) |
@@ -0,0 +1,56 @@
{
"manifests": {
"siganushka/region-bundle": {
"manifest": {
"bundles": {
"Siganushka\\RegionBundle\\SiganushkaRegionBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
},
"files": {
"config/packages/siganushka_region.yaml": {
"contents": [
"siganushka_region:",
" region_class: App\\Entity\\Region",
""
],
"executable": false
},
"config/routes/siganushka_region.yaml": {
"contents": [
"siganushka_region:",
" resource: \"@SiganushkaRegionBundle/config/routes.php\"",
" stateless: true",
""
],
"executable": false
},
"src/Entity/Region.php": {
"contents": [
"<?php",
"",
"declare(strict_types=1);",
"",
"namespace App\\Entity;",
"",
"use Doctrine\\ORM\\Mapping as ORM;",
"use Siganushka\\RegionBundle\\Entity\\Region as BaseRegion;",
"",
"#[ORM\\Entity]",
"class Region extends BaseRegion",
"{",
"}",
""
],
"executable": false
}
},
"ref": "9675c53d5e7b8861a6e732695260b9752e195a16"
}
}
}
+3
View File
@@ -1913,6 +1913,9 @@
"siburuxue/doctrine-helper": [
"1.0"
],
"siganushka/region-bundle": [
"1.2"
],
"silasjoisten/sonata-multiupload-bundle": [
"2.1",
"3.4"
+56
View File
@@ -0,0 +1,56 @@
{
"manifests": {
"siganushka/region-bundle": {
"manifest": {
"bundles": {
"Siganushka\\RegionBundle\\SiganushkaRegionBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
},
"files": {
"config/packages/siganushka_region.yaml": {
"contents": [
"siganushka_region:",
" region_class: App\\Entity\\Region",
""
],
"executable": false
},
"config/routes/siganushka_region.yaml": {
"contents": [
"siganushka_region:",
" resource: \"@SiganushkaRegionBundle/config/routes.php\"",
" stateless: true",
""
],
"executable": false
},
"src/Entity/Region.php": {
"contents": [
"<?php",
"",
"declare(strict_types=1);",
"",
"namespace App\\Entity;",
"",
"use Doctrine\\ORM\\Mapping as ORM;",
"use Siganushka\\RegionBundle\\Entity\\Region as BaseRegion;",
"",
"#[ORM\\Entity]",
"class Region extends BaseRegion",
"{",
"}",
""
],
"executable": false
}
},
"ref": "9675c53d5e7b8861a6e732695260b9752e195a16"
}
}
}