Skip to content

Commit

Permalink
Merge pull request #3 from sspat/v2.7.3
Browse files Browse the repository at this point in the history
Support for Doctrine 2.7.3
  • Loading branch information
sspat authored Nov 3, 2020
2 parents 264f3b6 + cc11496 commit bec28ba
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 @@ -229,3 +229,4 @@ Then depending on the version of doctrine/orm you want to use:
- run `composer require sspat/doctrine-nullable-embeddables:v2.7.0.x-dev doctrine/orm`
- 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`
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.2"
"doctrine/orm": "2.7.3"
},
"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.2/patch/nullable_embeddables.patch"
"Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.7.3/patch/nullable_embeddables.patch"
}
}
},
Expand Down

0 comments on commit bec28ba

Please sign in to comment.