Skip to content

Commit

Permalink
Merge pull request #7 from sspat/v2.7.5
Browse files Browse the repository at this point in the history
Added support for doctrine/orm 2.7.5
  • Loading branch information
sspat authored Dec 27, 2020
2 parents aed7761 + 77762a1 commit b4160a6
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 @@ -231,3 +231,4 @@ Then depending on the version of doctrine/orm you want to use:
- 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`
- run `composer require sspat/doctrine-nullable-embeddables:v2.7.5.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.4"
"doctrine/orm": "2.7.5"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
Expand All @@ -31,7 +31,7 @@
"extra": {
"patches": {
"doctrine/orm": {
"Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.7.4/patch/nullable_embeddables.patch"
"Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.7.5/patch/nullable_embeddables.patch"
}
}
},
Expand Down

0 comments on commit b4160a6

Please sign in to comment.