Skip to content

Commit

Permalink
Update Doctrine
Browse files Browse the repository at this point in the history
Release 5.0 introduced an annotation that did not exits in Doctrine
versions before 2.5. This lead to failing unit tests in some cases where
the library was not updated.
  • Loading branch information
gbirke committed Aug 2, 2017
1 parent cfb7e7a commit 7eb49b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -59,6 +59,8 @@ Be aware that the concepts of composer as a script runner and containerization m

## Release notes

### Version 6.0.1 (2017-08-02)

### Version 6.0.0 (2017-07-18)

* Added `DonationPayments\SofortPayment` entity
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -4,8 +4,8 @@
"license": "GPL-2.0+",
"require": {
"php": ">=7.1",
"doctrine/dbal": "~2.4",
"doctrine/orm": "~2.4",
"doctrine/dbal": "^2.5",
"doctrine/orm": "^2.5",
"gedmo/doctrine-extensions": "^2.4"
},
"require-dev": {
Expand Down

0 comments on commit 7eb49b5

Please sign in to comment.