Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-07-26 15:23:36 +00:00
parent 26d9a2ec9c
commit 6f558601e5
4 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -588,7 +588,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [teebbstudios/tuieditor-bundle](https://packagist.org/packages/teebbstudios/tuieditor-bundle) | [1.0](teebbstudios/tuieditor-bundle/1.0) |
| [tg-bot-api/bot-api-base](https://packagist.org/packages/tg-bot-api/bot-api-base) | [1.0](tg-bot-api/bot-api-base/1.0) |
| [tgalopin/html-sanitizer-bundle](https://packagist.org/packages/tgalopin/html-sanitizer-bundle) | [1.0](tgalopin/html-sanitizer-bundle/1.0) |
| [thecodingmachine/graphqlite-bundle](https://packagist.org/packages/thecodingmachine/graphqlite-bundle) | [4.0](thecodingmachine/graphqlite-bundle/4.0) |
| [thecodingmachine/graphqlite-bundle](https://packagist.org/packages/thecodingmachine/graphqlite-bundle) | [6.0](thecodingmachine/graphqlite-bundle/6.0) |
| [thecodingmachine/tdbm-bundle](https://packagist.org/packages/thecodingmachine/tdbm-bundle) | [5.0](thecodingmachine/tdbm-bundle/5.0) |
| [theplankmeister/form-data-transposer](https://packagist.org/packages/theplankmeister/form-data-transposer) | [1.0](theplankmeister/form-data-transposer/1.0) |
| [tienvx/mbt-api-bundle](https://packagist.org/packages/tienvx/mbt-api-bundle) | [1.15](tienvx/mbt-api-bundle/1.15) |
@@ -0,0 +1,23 @@
{
"manifests": {
"thecodingmachine/graphqlite-bundle": {
"manifest": {
"bundles": {
"TheCodingMachine\\GraphQLite\\Bundle\\GraphQLiteBundle": [
"all"
]
},
"copy-from-package": {
"config-template/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * Edit the <fg=green>config/packages/graphqlite.yml</> file to adapt the controllers and the types namespaces to your project.",
"",
"Documentation: https://graphqlite.thecodingmachine.io/docs/symfony-bundle"
]
},
"files": [],
"ref": "6c42df8e436be7411803fdb2d6f304c0a7d7004d"
}
}
}
+2 -1
View File
@@ -1867,7 +1867,8 @@
],
"thecodingmachine/graphqlite-bundle": [
"3.0",
"4.0"
"4.0",
"6.0"
],
"thecodingmachine/tdbm-bundle": [
"5.0"
@@ -0,0 +1,23 @@
{
"manifests": {
"thecodingmachine/graphqlite-bundle": {
"manifest": {
"bundles": {
"TheCodingMachine\\GraphQLite\\Bundle\\GraphQLiteBundle": [
"all"
]
},
"copy-from-package": {
"config-template/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * Edit the <fg=green>config/packages/graphqlite.yml</> file to adapt the controllers and the types namespaces to your project.",
"",
"Documentation: https://graphqlite.thecodingmachine.io/docs/symfony-bundle"
]
},
"files": [],
"ref": "6c42df8e436be7411803fdb2d6f304c0a7d7004d"
}
}
}