mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
Update Flex endpoint
This commit is contained in:
+27
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifests": {
|
||||
"datana-gmbh/doctrine-postgres-public-schema-listener": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/datana_doctrine_postgres_public_schema_listener.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" Datana\\Doctrine\\EventSubscriber\\MigrationEventSubscriber:",
|
||||
" tags:",
|
||||
" - { name: doctrine.event_subscriber, connection: default }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "83283a6cefa72e1906f8c200df5782163552c52d"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifests": {
|
||||
"datana-gmbh/doctrine-postgres-public-schema-listener": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/datana_doctrine_postgres_public_schema_listener.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" _defaults:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" Datana\\Doctrine\\EventSubscriber\\MigrationEventSubscriber:",
|
||||
" tags:",
|
||||
" - { name: doctrine.event_subscriber, connection: default }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "83283a6cefa72e1906f8c200df5782163552c52d"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -279,6 +279,9 @@
|
||||
"datana-gmbh/doctrine-postgres-milliseconds-platform": [
|
||||
"1.0"
|
||||
],
|
||||
"datana-gmbh/doctrine-postgres-public-schema-listener": [
|
||||
"1.0"
|
||||
],
|
||||
"datana-gmbh/intercom-config": [
|
||||
"1.1"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user