From cbd7b89ebb09e4efb42207f9a308b37faea097b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Jan 2022 15:06:00 +0100 Subject: update to 2.13.7 --- composer.json | 14 +++++++++----- php-doctrine-dbal.spec | 7 +++++-- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 6ca2f81..327ec91 100644 --- a/composer.json +++ b/composer.json @@ -41,20 +41,24 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", - "phpstan/phpstan": "1.2.0", - "phpunit/phpunit": "^7.5.20|^8.5|9.5.10", + "phpstan/phpstan": "1.3.0", + "phpunit/phpunit": "^7.5.20|^8.5|9.5.11", "psalm/plugin-phpunit": "0.16.1", - "squizlabs/php_codesniffer": "3.6.1", + "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "4.13.0" + "vimeo/psalm": "4.16.1" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "bin": ["bin/doctrine-dbal"], "config": { - "sort-packages": true + "sort-packages": true, + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true, + "composer/package-versions-deprecated": true + } }, "autoload": { "psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" } diff --git a/php-doctrine-dbal.spec b/php-doctrine-dbal.spec index 9da11b5..7c0007f 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.6 -%global github_commit 67ef6d0327ccbab1202b39e0222977a47ed3ef2f +%global github_version 2.13.7 +%global github_commit 6e22f6012b42d7932674857989fcf184e9e9b1c3 %global composer_vendor doctrine %global composer_project dbal @@ -253,6 +253,9 @@ exit $RETURN_CODE %changelog +* Thu Jan 6 2022 Remi Collet - 2.13.7-1 +- update to 2.13.7 + * Mon Nov 29 2021 Remi Collet - 2.13.6-1 - update to 2.13.6 -- cgit