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 f54348b commit 8b88e56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ 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]
- Required `doctrine/orm:^2.12.0` ([#1296]), by [@localheinz]

## [`1.6.0`][1.6.0]
Expand Down Expand Up @@ -359,6 +360,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
[#1296]: https://github.com/ergebnis/factory-bot/pull/1296

[@abenerd]: https://github.com/abenerd
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.12.0",
"doctrine/orm": "^2.12.0 || ^3.0.0",
"doctrine/persistence": "^2.1.0 || ^3.0.0",
"ergebnis/classy": "^1.6.0",
"fakerphp/faker": "^1.20.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 8b88e56

Please sign in to comment.