From 32e425d034dc92233f961b54200b9160586f2243 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2022 08:48:51 +0100 Subject: update to 3.5.2 --- composer.json | 12 ++++++------ php-doctrine-dbal3.spec | 11 +++++++---- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index e1e1aab..16492f7 100644 --- a/composer.json +++ b/composer.json @@ -40,16 +40,16 @@ "psr/log": "^1|^2|^3" }, "require-dev": { - "doctrine/coding-standard": "10.0.0", - "jetbrains/phpstorm-stubs": "2022.2", - "phpstan/phpstan": "1.8.10", + "doctrine/coding-standard": "11.0.0", + "jetbrains/phpstorm-stubs": "2022.3", + "phpstan/phpstan": "1.9.2", "phpstan/phpstan-strict-rules": "^1.4", - "phpunit/phpunit": "9.5.25", - "psalm/plugin-phpunit": "0.17.0", + "phpunit/phpunit": "9.5.27", + "psalm/plugin-phpunit": "0.18.4", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4|^5.4|^6.0", - "vimeo/psalm": "4.29.0" + "vimeo/psalm": "4.30.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index ae14522..b80e10f 100644 --- a/php-doctrine-dbal3.spec +++ b/php-doctrine-dbal3.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 3.5.1 -%global github_commit f38ee8aaca2d58ee88653cb34a6a3880c23f38a5 +%global github_version 3.5.2 +%global github_commit 63e513cebbbaf96a6795e5c5ee34d205831bfc85 %global major 3 %global composer_vendor doctrine @@ -76,7 +76,7 @@ Patch0: %{name}-bin.patch BuildArch: noarch # Tests %if %{with tests} -BuildRequires: phpunit9 >= 9.5.25 +BuildRequires: phpunit9 >= 9.5.27 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -265,7 +265,7 @@ SKIP="--filter '^((?!(testFetchLongBlob)).)*$'" : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php74 php80 php81 php82; do +for PHP_EXEC in php php80 php81 php82; do rm -f /tmp/test_nesting.sqlite if which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit9 \ @@ -291,6 +291,9 @@ exit $RETURN_CODE %changelog +* Wed Dec 21 2022 Remi Collet - 3.5.2-1 +- update to 3.5.2 + * Mon Oct 24 2022 Remi Collet - 3.5.1-1 - update to 3.5.1 - allow doctrine/event-manager 2 -- cgit