Skip to content

Commit

Permalink
Merge pull request #2 from sspat/v.2.7.2
Browse files Browse the repository at this point in the history
Added Doctrine 2.7.2 and Composer 2 compatibility
  • Loading branch information
sspat authored Nov 3, 2020
2 parents 6bb6359 + 1ad71f9 commit 264f3b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,5 @@ If you choose this path, you can install this package in the following steps:
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.1.x-dev doctrine/orm`
- run `composer require sspat/doctrine-nullable-embeddables:v2.7.2.x-dev doctrine/orm`
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": "^7.4",
"cweagans/composer-patches": "^1.6",
"doctrine/orm": "2.7.1"
"cweagans/composer-patches": "^1.6|^1.7",
"doctrine/orm": "2.7.2"
},
"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.1/patch/nullable_embeddables.patch"
"Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.7.2/patch/nullable_embeddables.patch"
}
}
},
Expand Down

0 comments on commit 264f3b6

Please sign in to comment.