Skip to content

Commit 6bcf540

Browse files
committed
Update readme & metadata
1 parent dec15de commit 6bcf540

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Some of the configuration of the components is static (i.e. stored in parametere
3131

3232
## Development Notes
3333

34+
### Technical debt
35+
* https://github.com/broadway/event-store-dbal is blocks upgrade to `doctrine/dbal:^4.0`
36+
3437
### Adding new events
3538

3639
Whenever adding a new event, be sure to update `bin/config/events.yml`.

component_info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PHP_VERSION=82
2-
SYMFONY_VERSION=6
2+
SYMFONY_VERSION=7
33
ENCORE=no
44
ASSETIC=no
55
NODE_VERSION=20

config/packages/doctrine.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ doctrine:
119119
auto_mapping: false
120120
entity_managers:
121121
middleware:
122-
report_fields_where_declared: true
123122
connection: middleware
124123
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
125124
mappings:
@@ -144,7 +143,6 @@ doctrine:
144143
schema_ignore_classes:
145144
- Surfnet\StepupMiddleware\ApiBundle\Identity\Entity\RaCandidate
146145
gateway:
147-
report_fields_where_declared: true
148146
connection: gateway
149147
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
150148
mappings:
@@ -153,7 +151,6 @@ doctrine:
153151
type: attribute
154152
is_bundle: true
155153
deploy:
156-
report_fields_where_declared: true
157154
connection: deploy
158155

159156
when@dev:

0 commit comments

Comments
 (0)