Skip to content

Commit

Permalink
Merge pull request #1234 from ergebnis/feature/orm
Browse files Browse the repository at this point in the history
Enhancement: Require `doctrine/orm:^2.9.0`
  • Loading branch information
localheinz authored Dec 12, 2023
2 parents 8a300c2 + 78124b4 commit 645c7b3
Show file tree
Hide file tree
Showing 5 changed files with 551 additions and 344 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

For a full diff see [`1.5.0...main`][1.5.0...main].

### Changed

- Required `doctrine/orm:^2.9.0` ([#1234]), by [@localheinz]

## [`1.5.0`][1.5.0]

For a full diff see [`1.4.0...1.5.0`][1.4.0...1.5.0].
Expand Down Expand Up @@ -339,6 +343,7 @@ For a full diff see [`fa9c564...0.1.0`][fa9c564...0.1.0].
[#1000]: https://github.com/ergebnis/factory-bot/pull/1000
[#1109]: https://github.com/ergebnis/factory-bot/pull/1109
[#1213]: https://github.com/ergebnis/factory-bot/pull/1213
[#1234]: https://github.com/ergebnis/factory-bot/pull/1234

[@abenerd]: https://github.com/abenerd
[@localheinz]: https://github.com/localheinz
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"doctrine/annotations": "^1.10.3 || ^2.0.0",
"doctrine/collections": "^1.6.5 || ^2.0.0",
"doctrine/dbal": "^2.12.0 || ^3.0.0",
"doctrine/orm": "^2.8.0",
"doctrine/orm": "^2.9.0",
"doctrine/persistence": "^2.1.0 || ^3.0.0",
"ergebnis/classy": "^1.6.0",
"fakerphp/faker": "^1.20.0"
Expand Down
Loading

0 comments on commit 645c7b3

Please sign in to comment.