Files
symfony-flex-recipes-contrib/thecodingmachine.graphqlite-bundle.3.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

32 lines
1.1 KiB
JSON

{
"manifests": {
"thecodingmachine/graphqlite-bundle": {
"manifest": {
"bundles": {
"TheCodingMachine\\Graphqlite\\Bundle\\GraphqliteBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/graphqlite.yaml": {
"contents": [
"# Read more about GraphQLite available options at: https://graphqlite.thecodingmachine.io/docs/symfony-bundle",
"graphqlite:",
" namespace:",
" controllers: App\\Controller\\",
" types:",
" - App\\",
""
],
"executable": false
}
},
"ref": "96ae19d02363f9b640bcad4291d7972e44aa64e4"
}
}
}