Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
feat: VOL-4507 Upgrade to Doctrine 2.19.5 (#189)
Browse files Browse the repository at this point in the history
* feat!: VOL-4507 Upgrade to Doctrine 2.19.5

* Update composer.json

Co-authored-by: JoshuaLicense <JoshuaLicense@users.noreply.github.com>

* fix: Rewritten some of the query which was breaking after the doctrine upgrade. Added some missing unit tests for the Repository worked on.

---------

Co-authored-by: JoshuaLicense <JoshuaLicense@users.noreply.github.com>
Co-authored-by: Andy Newton <andy.newton@dvsa.gov.uk>
  • Loading branch information
3 people authored Jul 9, 2024
1 parent 629fb98 commit 11b02ba
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 118 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"beberlei/doctrineextensions": "^1.0",
"caseyamcl/guzzle_retry_middleware": "^2.7.1",
"doctrine/doctrine-orm-module": "^5",
"doctrine/orm": "~2.11.0",
"doctrine/orm": "^2.19.5",
"doctrine/persistence": "^2.1",
"dvsa/authentication-cognito": "^2.0",
"dvsa/laminas-config-cloud-parameters": "^0.1.0",
Expand Down
Loading

0 comments on commit 11b02ba

Please sign in to comment.