Skip to content

Commit

Permalink
Support for 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Foldes committed Sep 8, 2023
1 parent 8e32b32 commit aa69686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,6 @@ 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.13.1 doctrine/orm:2.13.1`
- run `composer require sspat/doctrine-nullable-embeddables:v2.13.0 doctrine/orm:2.13.0`
- run `composer require sspat/doctrine-nullable-embeddables:v2.12.4 doctrine/orm:2.12.4`
- run `composer require sspat/doctrine-nullable-embeddables:v2.12.3 doctrine/orm:2.12.3`
- run `composer require sspat/doctrine-nullable-embeddables:v2.12.2 doctrine/orm:2.12.2`
- run `composer require sspat/doctrine-nullable-embeddables:v2.12.1 doctrine/orm:2.12.1`
- run `composer require sspat/doctrine-nullable-embeddables:v2.12.0 doctrine/orm:2.12.0`
- run `composer require sspat/doctrine-nullable-embeddables:v2.11.3 doctrine/orm:2.11.3`
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.12.0"
"doctrine/orm": "2.12.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.13.1/patch/nullable_embeddables.patch"
"Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.12.1/patch/nullable_embeddables.patch"
}
}
},
Expand Down

0 comments on commit aa69686

Please sign in to comment.