From aa696869c1f4b8cfe0a973d566b871585b5b1d53 Mon Sep 17 00:00:00 2001 From: Patrik Foldes Date: Fri, 8 Sep 2023 13:21:49 +0300 Subject: [PATCH] Support for 2.12.1 --- README.md | 5 ----- composer.json | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 20995df..557e9e8 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/composer.json b/composer.json index 49843a6..722ffac 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.12.0" + "doctrine/orm": "2.12.1" }, "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.13.1/patch/nullable_embeddables.patch" + "Allow nullable embeddables": "https://raw.githubusercontent.com/sspat/doctrine-nullable-embeddables/v2.12.1/patch/nullable_embeddables.patch" } } },