Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-07-07 13:07:23 +00:00
parent 11eeb6c005
commit 80e6ccdccc
6 changed files with 157 additions and 0 deletions
+1
View File
@@ -242,6 +242,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [friendsofsymfony/oauth-server-bundle](https://packagist.org/packages/friendsofsymfony/oauth-server-bundle) | [1.6](../../../tree/main/friendsofsymfony/oauth-server-bundle/1.6) |
| [friendsofsymfony/rest-bundle](https://packagist.org/packages/friendsofsymfony/rest-bundle) | [3.0](../../../tree/main/friendsofsymfony/rest-bundle/3.0) |
| [fsi/files](https://packagist.org/packages/fsi/files) | [1.5](../../../tree/main/fsi/files/1.5) |
| [galactic-shrine/gsid](https://packagist.org/packages/galactic-shrine/gsid) | [2.0](../../../tree/main/galactic-shrine/gsid/2.0) |
| [geekybones/fraud-defense-bundle](https://packagist.org/packages/geekybones/fraud-defense-bundle) | [1.0](../../../tree/main/geekybones/fraud-defense-bundle/1.0) |
| [geosocio/http-serializer-bundle](https://packagist.org/packages/geosocio/http-serializer-bundle) | [2.0](../../../tree/main/geosocio/http-serializer-bundle/2.0) |
| [gesdinet/jwt-refresh-token-bundle](https://packagist.org/packages/gesdinet/jwt-refresh-token-bundle) | [1.0](../../../tree/main/gesdinet/jwt-refresh-token-bundle/1.0) |
@@ -0,0 +1,38 @@
{
"manifests": {
"galactic-shrine/gsid": {
"manifest": {
"bundles": {
"GalacticShrine\\GsId\\Symfony\\GsIdBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=blue;fg=white> GsId </>",
"",
" * The GsId bundle was enabled in config/bundles.php.",
" * A default configuration file was created at config/packages/gsid.yaml.",
" * For GsId 1.x, declare the Doctrine DBAL type manually if your installed 1.x version does not register it automatically."
]
},
"files": {
"config/packages/gsid.yaml": {
"contents": [
"gsid:",
" default_case: Lower",
" default_text_format: N",
" default_json_format: D",
" default_database_format: N",
" lock: true",
""
],
"executable": false
}
},
"ref": "5c0d87cb84031fca7c414ce778e291991fde0514"
}
}
}
@@ -0,0 +1,38 @@
{
"manifests": {
"galactic-shrine/gsid": {
"manifest": {
"bundles": {
"GalacticShrine\\GsId\\Symfony\\GsIdBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=blue;fg=white> GsId </>",
"",
" * The GsId bundle was enabled in config/bundles.php.",
" * A default configuration file was created at config/packages/gsid.yaml.",
" * If DoctrineBundle is installed, the bundle registers the DBAL type \"gsid\" automatically."
]
},
"files": {
"config/packages/gsid.yaml": {
"contents": [
"gsid:",
" default_case: Lower",
" default_text_format: N",
" default_json_format: D",
" default_database_format: N",
" lock: true",
""
],
"executable": false
}
},
"ref": "78e9503b5cbeda797c170bd8a405994038bbdf14"
}
}
}
+38
View File
@@ -0,0 +1,38 @@
{
"manifests": {
"galactic-shrine/gsid": {
"manifest": {
"bundles": {
"GalacticShrine\\GsId\\Symfony\\GsIdBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=blue;fg=white> GsId </>",
"",
" * The GsId bundle was enabled in config/bundles.php.",
" * A default configuration file was created at config/packages/gsid.yaml.",
" * For GsId 1.x, declare the Doctrine DBAL type manually if your installed 1.x version does not register it automatically."
]
},
"files": {
"config/packages/gsid.yaml": {
"contents": [
"gsid:",
" default_case: Lower",
" default_text_format: N",
" default_json_format: D",
" default_database_format: N",
" lock: true",
""
],
"executable": false
}
},
"ref": "5c0d87cb84031fca7c414ce778e291991fde0514"
}
}
}
+38
View File
@@ -0,0 +1,38 @@
{
"manifests": {
"galactic-shrine/gsid": {
"manifest": {
"bundles": {
"GalacticShrine\\GsId\\Symfony\\GsIdBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
"<bg=blue;fg=white> GsId </>",
"",
" * The GsId bundle was enabled in config/bundles.php.",
" * A default configuration file was created at config/packages/gsid.yaml.",
" * If DoctrineBundle is installed, the bundle registers the DBAL type \"gsid\" automatically."
]
},
"files": {
"config/packages/gsid.yaml": {
"contents": [
"gsid:",
" default_case: Lower",
" default_text_format: N",
" default_json_format: D",
" default_database_format: N",
" lock: true",
""
],
"executable": false
}
},
"ref": "78e9503b5cbeda797c170bd8a405994038bbdf14"
}
}
}
+4
View File
@@ -762,6 +762,10 @@
"fsi/files": [
"1.5"
],
"galactic-shrine/gsid": [
"1.0",
"2.0"
],
"geekybones/fraud-defense-bundle": [
"1.0"
],