mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -599,7 +599,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) |
|
||||
| [siganushka/region-bundle](https://packagist.org/packages/siganushka/region-bundle) | [1.3](../../../tree/main/siganushka/region-bundle/1.3) |
|
||||
| [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,47 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
"src/Entity/Region.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Siganushka\\RegionBundle\\Entity\\AbstractRegion;",
|
||||
"",
|
||||
"#[ORM\\Entity]",
|
||||
"class Region extends AbstractRegion",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "0c4ac10cc4ec60a49dfbbe235145b16c8727f26c"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -1923,7 +1923,8 @@
|
||||
"1.0"
|
||||
],
|
||||
"siganushka/region-bundle": [
|
||||
"1.2"
|
||||
"1.2",
|
||||
"1.3"
|
||||
],
|
||||
"silasjoisten/sonata-multiupload-bundle": [
|
||||
"2.1",
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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
|
||||
},
|
||||
"src/Entity/Region.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
"",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
"namespace App\\Entity;",
|
||||
"",
|
||||
"use Doctrine\\ORM\\Mapping as ORM;",
|
||||
"use Siganushka\\RegionBundle\\Entity\\AbstractRegion;",
|
||||
"",
|
||||
"#[ORM\\Entity]",
|
||||
"class Region extends AbstractRegion",
|
||||
"{",
|
||||
"}",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "0c4ac10cc4ec60a49dfbbe235145b16c8727f26c"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user