Skip to content

Commit

Permalink
Fix: Remove doctrine/annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 13, 2023
1 parent 642796a commit 0536d6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 78 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ For a full diff see [`1.5.0...main`][1.5.0...main].

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

### Removed

- Removed dependency on `doctrine/annotations` ([#1233]), 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 @@ -343,6 +347,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
[#1233]: https://github.com/ergebnis/factory-bot/pull/1233
[#1234]: https://github.com/ergebnis/factory-bot/pull/1234

[@abenerd]: https://github.com/abenerd
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"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.9.0",
Expand Down
78 changes: 1 addition & 77 deletions composer.lock

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

0 comments on commit 0536d6f

Please sign in to comment.