mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
31 lines
1.1 KiB
JSON
31 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"
|
|
}
|
|
}
|
|
} |