From 6e0a75220eaf530ccd9f82c1fad88f6d0951166f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Oct 2020 09:33:34 +0200 Subject: update to 2.11.2 --- composer.json | 5 ++--- php-doctrine-dbal.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e3c2668..de722c5 100644 --- a/composer.json +++ b/composer.json @@ -40,12 +40,11 @@ "require-dev": { "doctrine/coding-standard": "^8.1", "jetbrains/phpstorm-stubs": "^2019.1", - "nikic/php-parser": "^4.4", "phpstan/phpstan": "^0.12.40", - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^9.4", "psalm/plugin-phpunit": "^0.10.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "^3.14.2" + "vimeo/psalm": "^3.17.2" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec index 03b8dfd..ec1bf16 100644 --- a/php-doctrine-dbal.spec +++ b/php-doctrine-dbal.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 2.11.1 -%global github_commit 6e6903cd5e3a5be60a79439e3ee8fe126f78fe86 +%global github_version 2.11.2 +%global github_commit b88a45cbc395e850b2d958dcd7b9d49d09ff23e0 %global composer_vendor doctrine %global composer_project dbal @@ -56,7 +56,7 @@ Patch0: %{name}-bin.patch BuildArch: noarch # Tests %if %{with tests} -BuildRequires: phpunit9 >= 9.3 +BuildRequires: phpunit9 >= 9.4 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -219,6 +219,9 @@ exit $RETURN_CODE %changelog +* Mon Oct 19 2020 Remi Collet - 2.11.2-1 +- update to 2.11.2 + * Mon Sep 28 2020 Remi Collet - 2.11.1-1 - update to 2.11.1 -- cgit