Skip to content

Commit

Permalink
Merge pull request #4 from sspat/v2.7.4
Browse files Browse the repository at this point in the history
Added support for Doctrine 2.7.4
  • Loading branch information
sspat authored Nov 3, 2020
2 parents bec28ba + 3e9ac1e commit 85ae3db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,3 +230,4 @@ Then depending on the version of doctrine/orm you want to use:
- run `composer require sspat/doctrine-nullable-embeddables:v2.7.1.x-dev doctrine/orm`
- run `composer require sspat/doctrine-nullable-embeddables:v2.7.2.x-dev doctrine/orm`
- run `composer require sspat/doctrine-nullable-embeddables:v2.7.3.x-dev doctrine/orm`
- run `composer require sspat/doctrine-nullable-embeddables:v2.7.4.x-dev doctrine/orm`
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^7.4",
"cweagans/composer-patches": "^1.6|^1.7",
"doctrine/orm": "2.7.3"
"doctrine/orm": "2.7.4"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
Expand All @@ -31,7 +31,7 @@
"extra": {
"patches": {
"doctrine/orm": {
"Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.7.3/patch/nullable_embeddables.patch"
"Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.7.4/patch/nullable_embeddables.patch"
}
}
},
Expand Down

0 comments on commit 85ae3db

Please sign in to comment.