Files
symfony-flex-recipes-contrib/jsor.doctrine-postgis.1.7.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

36 lines
1.4 KiB
JSON

{
"manifests": {
"jsor/doctrine-postgis": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/jsor_doctrine_postgis.yaml": {
"contents": [
"services:",
" Jsor\\Doctrine\\PostGIS\\Event\\ORMSchemaEventSubscriber:",
" tags: [{ name: doctrine.event_subscriber, connection: default }]",
"",
"doctrine:",
" dbal:",
" mapping_types:",
" _text: string",
" types:",
" geometry: 'Jsor\\Doctrine\\PostGIS\\Types\\GeometryType'",
" orm:",
" dql:",
" string_functions:",
" ST_AsGeoJSON: 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_AsGeoJSON'",
" ST_GeomFromGeoJSON: 'Jsor\\Doctrine\\PostGIS\\Functions\\ST_GeomFromGeoJSON'",
""
],
"executable": false
}
},
"ref": "211979f7917bf6edb8fc5006a17b2e84e8e84d50"
}
}
}