Skip to content

Commit 14ef8db

Browse files
authored
Merge pull request #1233 from ergebnis/fix/annotations
Fix: Remove `doctrine/annotations`
2 parents 642796a + 0536d6f commit 14ef8db

3 files changed

Lines changed: 6 additions & 78 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ For a full diff see [`1.5.0...main`][1.5.0...main].
1212

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

15+
### Removed
16+
17+
- Removed dependency on `doctrine/annotations` ([#1233]), by [@localheinz]
18+
1519
## [`1.5.0`][1.5.0]
1620

1721
For a full diff see [`1.4.0...1.5.0`][1.4.0...1.5.0].
@@ -343,6 +347,7 @@ For a full diff see [`fa9c564...0.1.0`][fa9c564...0.1.0].
343347
[#1000]: https://github.com/ergebnis/factory-bot/pull/1000
344348
[#1109]: https://github.com/ergebnis/factory-bot/pull/1109
345349
[#1213]: https://github.com/ergebnis/factory-bot/pull/1213
350+
[#1233]: https://github.com/ergebnis/factory-bot/pull/1233
346351
[#1234]: https://github.com/ergebnis/factory-bot/pull/1234
347352

348353
[@abenerd]: https://github.com/abenerd

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
},
2626
"require": {
2727
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
28-
"doctrine/annotations": "^1.10.3 || ^2.0.0",
2928
"doctrine/collections": "^1.6.5 || ^2.0.0",
3029
"doctrine/dbal": "^2.12.0 || ^3.0.0",
3130
"doctrine/orm": "^2.9.0",

composer.lock

Lines changed: 1 addition & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)