Files
symfony-flex-recipes-contrib/overblog.graphql-bundle.0.11.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

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
}
}
}