Files
symfony-flex-recipes-contrib/oskarstark.doctrine-postgres-public-schema-listener.1.2.json
T
github-action[bot]andgithub-action[bot] 04dbece553 Update Flex endpoint
2025-01-11 12:54:37 +00:00

28 lines
976 B
JSON

{
"manifests": {
"oskarstark/doctrine-postgres-public-schema-listener": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/oskarstark_doctrine_postgres_public_schema_listener.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
"",
" OskarStark\\Doctrine\\EventSubscriber\\MigrationEventSubscriber:",
" tags:",
" - { name: doctrine.event_subscriber, connection: default }",
""
],
"executable": false
}
},
"ref": "b44fa149a4797580324bd0695854ad48195f4cf2"
}
}
}