Skip to content

Commit

Permalink
Add 2.11.1 support (#33)
Browse files Browse the repository at this point in the history
* Add 2.11.1 support

---------

Co-authored-by: Patrik Foldes <[email protected]>
  • Loading branch information
sspat and Patrik Foldes authored Aug 21, 2023
1 parent 4ac9aa3 commit 52c70bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
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 @@ -226,6 +226,7 @@ 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.11.1 doctrine/orm:2.11.1`
- run `composer require sspat/doctrine-nullable-embeddables:v2.11.0 doctrine/orm:2.11.0`
- run `composer require sspat/doctrine-nullable-embeddables:v2.10.5 doctrine/orm:2.10.5`
- run `composer require sspat/doctrine-nullable-embeddables:v2.10.4 doctrine/orm:2.10.4`
Expand Down
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|^8.0",
"cweagans/composer-patches": "^1.6|^1.7",
"doctrine/orm": "2.11.0"
"doctrine/orm": "2.11.1"
},
"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.11.0/patch/nullable_embeddables.patch"
"Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.11.1/patch/nullable_embeddables.patch"
}
}
},
Expand Down

0 comments on commit 52c70bb

Please sign in to comment.