mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 17:46:30 +03:00
50 lines
2.0 KiB
JSON
50 lines
2.0 KiB
JSON
{
|
|
"locks": {
|
|
"overblog/graphql-bundle": {
|
|
"version": "0.11",
|
|
"recipe": {
|
|
"repo": "0.11",
|
|
"branch": "master",
|
|
"version": "0.11",
|
|
"ref": "7b4f1ce797bc4a2421c4354b7ca462fc5e2e05de"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"overblog/graphql-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "overblog/graphql-bundle",
|
|
"version": "0.11",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Overblog\\GraphQLBundle\\OverblogGraphQLBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/graphql.yaml": {
|
|
"contents": "overblog_graphql_endpoint:\n resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/graphql/types/.gitignore": {
|
|
"contents": "",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/graphql.yaml": {
|
|
"contents": "overblog_graphql:\n definitions:\n schema:\n query: Query\n mappings:\n auto_discover: false\n types:\n -\n type: yaml\n dir: \"%kernel.project_dir%/config/graphql/types\"\n suffix: null\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "overblog/graphql-bundle:0.11@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |