Skip to content

Commit

Permalink
Add missing dependency + bump orm
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Oct 24, 2024
1 parent 53f017c commit c20ab7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.0.2
=====

* (bug) Add missing dependency.
* (improvement) Bump required Doctrine version.


2.0.1
=====

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"php": ">= 8.3",
"21torr/bundle-helpers": "^2.1",
"21torr/cli": "^1.2.3",
"doctrine/orm": "^3.0",
"doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.19 || ^3.0",
"dragonmantank/cron-expression": "^3.3",
"symfony/clock": "^7.1",
"symfony/config": "^7.0",
Expand Down

0 comments on commit c20ab7a

Please sign in to comment.