mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -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) |
|
||||
|
||||
+23
@@ -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
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user