Skip to content

Commit

Permalink
Merge pull request #8 from sspat/v2.8.0
Browse files Browse the repository at this point in the history
Added support for doctrine/orm 2.8.0 and php 8
  • Loading branch information
sspat authored Dec 27, 2020
2 parents b4160a6 + d818a1b commit 8d7738d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- "locked"
php-version:
- "7.4"
- "8.0"
operating-system:
- "ubuntu-latest"
- "windows-latest"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,4 @@ Then depending on the version of doctrine/orm you want to use:
- 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`
- run `composer require sspat/doctrine-nullable-embeddables:v2.8.0.x-dev doctrine/orm`
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
}
],
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"cweagans/composer-patches": "^1.6|^1.7",
"doctrine/orm": "2.7.5"
"doctrine/orm": "2.8.0"
},
"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.5/patch/nullable_embeddables.patch"
"Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.8.0/patch/nullable_embeddables.patch"
}
}
},
Expand Down

0 comments on commit 8d7738d

Please sign in to comment.