From cb0fb0c352ce83284303346ac5f3305fe4b8c32b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 May 2022 08:10:12 +0200 Subject: update to 2.13.9 allow doctrine/deprecations 1 --- composer.json | 2 +- php-doctrine-dbal.spec | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 9839320..fea8e41 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "php": "^7.1 || ^8", "ext-pdo": "*", "doctrine/cache": "^1.0|^2.0", - "doctrine/deprecations": "^0.5.3", + "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1.0" }, "require-dev": { diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec index bae5fe5..49853b4 100644 --- a/php-doctrine-dbal.spec +++ b/php-doctrine-dbal.spec @@ -16,8 +16,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 2.13.8 -%global github_commit dc9b3c3c8592c935a6e590441f9abc0f9eba335b +%global github_version 2.13.9 +%global github_commit c480849ca3ad6706a39c970cdfe6888fa8a058b8 %global composer_vendor doctrine %global composer_project dbal @@ -30,9 +30,9 @@ # "doctrine/event-manager": "^1.0" %global doctrine_event_min_ver 1.0 %global doctrine_event_max_ver 2 -# "doctrine/deprecations": "^0.5.3", +# "doctrine/deprecations": "^0.5.3|^1", %global doctrine_deprecations_min_ver 0.5.3 -%global doctrine_deprecations_max_ver 1 +%global doctrine_deprecations_max_ver 2 # "symfony/console": "^2.0.5|^3.0|^4.0|^5.0" %global symfony_console_min_ver 2.0.5 %global symfony_console_max_ver 6 @@ -253,6 +253,10 @@ exit $RETURN_CODE %changelog +* Tue May 3 2022 Remi Collet - 2.13.9-1 +- update to 2.13.9 +- allow doctrine/deprecations 1 + * Thu Mar 10 2022 Remi Collet - 2.13.8-1 - update to 2.13.8 -- cgit