Skip to content

Commit

Permalink
Enhancement: Allow installation of doctrine/orm:^3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 7, 2024
1 parent 51918ad commit 667df42
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 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.6.0...main`][1.6.0...main].

### Changed

- Allowed installation of `doctrine/orm:^3.0.0` ([#1292]), by [@localheinz]

## [`1.6.0`][1.6.0]

For a full diff see [`1.5.0...1.6.0`][1.5.0...1.6.0].
Expand Down Expand Up @@ -355,6 +359,7 @@ For a full diff see [`fa9c564...0.1.0`][fa9c564...0.1.0].
[#1213]: https://github.com/ergebnis/factory-bot/pull/1213
[#1233]: https://github.com/ergebnis/factory-bot/pull/1233
[#1234]: https://github.com/ergebnis/factory-bot/pull/1234
[#1292]: https://github.com/ergebnis/factory-bot/pull/1292

[@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 @@ -27,7 +27,7 @@
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"doctrine/collections": "^1.6.5 || ^2.0.0",
"doctrine/dbal": "^2.12.0 || ^3.0.0",
"doctrine/orm": "^2.9.0",
"doctrine/orm": "^2.9.0 || ^3.0.0",
"doctrine/persistence": "^2.1.0 || ^3.0.0",
"ergebnis/classy": "^1.6.0",
"fakerphp/faker": "^1.20.0"
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 667df42

Please sign in to comment.