Files
symfony-flex-recipes-contrib/intervention.image-symfony.1.0.json
T
github-action[bot]andgithub-action[bot] 248cafde02 Update Flex endpoint
2024-08-22 20:25:19 +00:00

28 lines
832 B
JSON

{
"manifests": {
"intervention/image-symfony": {
"manifest": {
"bundles": {
"Intervention\\Image\\Symfony\\InterventionImageBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/intervention_image.yaml": {
"contents": [
"intervention_image:",
" driver: Intervention\\Image\\Drivers\\Gd\\Driver",
""
],
"executable": false
}
},
"ref": "110ca861597ba48dca940221bf37dcc6ad9641ae"
}
}
}