diff --git a/README.md b/README.md index 3b0285d..57ef9bf 100644 --- a/README.md +++ b/README.md @@ -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.17.2 doctrine/orm:2.17.2` - run `composer require sspat/doctrine-nullable-embeddables:v2.17.1 doctrine/orm:2.17.1` - run `composer require sspat/doctrine-nullable-embeddables:v2.17.0 doctrine/orm:2.17.0` - run `composer require sspat/doctrine-nullable-embeddables:v2.16.3 doctrine/orm:2.16.3` diff --git a/composer.json b/composer.json index fa9e49f..d4f9b1b 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": "^7.4|^8.0", "cweagans/composer-patches": "^1.6|^1.7", - "doctrine/orm": "2.17.1" + "doctrine/orm": "2.17.2" }, "require-dev": { "phpunit/phpunit": "^9.5" @@ -31,7 +31,7 @@ "extra": { "patches": { "doctrine/orm": { - "Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.17.1/patch/nullable_embeddables.patch" + "Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.17.2/patch/nullable_embeddables.patch" } } },