From aafff85643f676f52a576532c467655b0ff12165 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Oct 2021 09:39:25 +0200 Subject: update to 2.13.4 --- composer.json | 4 ++-- php-doctrine-dbal.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 831f0a0..a027c6d 100644 --- a/composer.json +++ b/composer.json @@ -41,8 +41,8 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", - "phpstan/phpstan": "0.12.96", - "phpunit/phpunit": "^7.5.20|^8.5|9.5.5", + "phpstan/phpstan": "0.12.99", + "phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^4.4", diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec index 72e0041..61690db 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.3 -%global github_commit 0d7adf4cadfee6f70850e5b163e6cdd706417838 +%global github_version 2.13.4 +%global github_commit 2411a55a2a628e6d8dd598388ab13474802c7b6e %global composer_vendor doctrine %global composer_project dbal @@ -62,7 +62,7 @@ Patch0: %{name}-bin.patch BuildArch: noarch # Tests %if %{with tests} -BuildRequires: phpunit9 >= 9.5.5 +BuildRequires: phpunit9 >= 9.5.10 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -253,6 +253,9 @@ exit $RETURN_CODE %changelog +* Mon Oct 4 2021 Remi Collet - 2.13.4-1 +- update to 2.13.4 + * Mon Sep 13 2021 Remi Collet - 2.13.3-1 - update to 2.13.3 -- cgit