File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3639Whenever adding a new event, be sure to update ` bin/config/events.yml ` .
Original file line number Diff line number Diff line change 11PHP_VERSION=82
2- SYMFONY_VERSION=6
2+ SYMFONY_VERSION=7
33ENCORE=no
44ASSETIC=no
55NODE_VERSION=20
Original file line number Diff line number Diff 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
159156when@dev :
You can’t perform that action at this time.
0 commit comments