From 7d26ec908669b9b5a26abc3fdf3baf309a02e40c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Nov 2021 16:38:00 +0100 Subject: update to 2.13.6 --- composer.json | 4 ++-- php-doctrine-dbal.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 746c2c8..6ca2f81 100644 --- a/composer.json +++ b/composer.json @@ -41,13 +41,13 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", - "phpstan/phpstan": "1.1.1", + "phpstan/phpstan": "1.2.0", "phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.1", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "4.12.0" + "vimeo/psalm": "4.13.0" }, "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 fe10b68..9da11b5 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.5 -%global github_commit d92ddb260547c2a7b650ff140f744eb6f395d8fc +%global github_version 2.13.6 +%global github_commit 67ef6d0327ccbab1202b39e0222977a47ed3ef2f %global composer_vendor doctrine %global composer_project dbal @@ -227,7 +227,7 @@ SKIP="--filter '^((?!(testFetchLongBlob)).)*$'" : Upstream tests RETURN_CODE=0 -for PHP_EXEC in php php73 php74 php80 php81; do +for PHP_EXEC in php php74 php80 php81; do rm -f /tmp/test_nesting.sqlite if which $PHP_EXEC; then $PHP_EXEC %{_bindir}/phpunit9 \ @@ -253,6 +253,9 @@ exit $RETURN_CODE %changelog +* Mon Nov 29 2021 Remi Collet - 2.13.6-1 +- update to 2.13.6 + * Mon Nov 15 2021 Remi Collet - 2.13.5-1 - update to 2.13.5 -- cgit