mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
36 lines
1.4 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|