Files
symfony-flex-recipes-contrib/tsantos.serializer-bundle.1.0.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

49 lines
1.9 KiB
JSON

{
"locks": {
"tsantos/serializer-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "0e77ebcee14268963daa83bbf7dbda672876ef07"
}
}
},
"manifests": {
"tsantos/serializer-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "tsantos/serializer-bundle",
"version": "1.0",
"manifest": {
"bundles": {
"TSantos\\SerializerBundle\\TSantosSerializerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/tsantos_serializer.yaml": {
"contents": "# Read the official documentation page of this bundle for further information about all possible configurations.\n# http://tsantos-serializer-bundle.readthedocs.io/\ntsantos_serializer:\n generation_strategy: file_not_exists\n",
"executable": false,
"encoding": ""
},
"config/packages/prod/tsantos_serializer.yaml": {
"contents": "tsantos_serializer:\n generation_strategy: never\n",
"executable": false,
"encoding": ""
},
"config/packages/test/tsantos_serializer.yaml": {
"contents": "tsantos_serializer:\n generation_strategy: always\n",
"executable": false,
"encoding": ""
}
},
"origin": "tsantos/serializer-bundle:1.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}