Skip to content

Commit

Permalink
Update Doctrine ODM and Persistence dependencies (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored Dec 21, 2023
1 parent 0281da7 commit 3785d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions UPGRADE-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ UPGRADE FROM 4.x to 5.0
=======================

* Add support for Symfony 7.0 and require at least Symfony 6.4
* `doctrine/mongodb-odm` 2.6 and `doctrine/persistence` 3.0 are required
* The `doctrine:mongodb:tail-cursor` command and
`Doctrine\Bundle\MongoDBBundle\Cursor\TailableCursorProcessorInterface`
interface have been dropped. You should use
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"php": "^8.1",
"ext-mongodb": "^1.5",
"composer-runtime-api": "^2.0",
"doctrine/mongodb-odm": "^2.3",
"doctrine/persistence": "^2.2 || ^3.0",
"doctrine/mongodb-odm": "^2.6",
"doctrine/persistence": "^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
Expand Down

0 comments on commit 3785d8d

Please sign in to comment.