From 84251af99ef4728a76837958e5d0a9584548d894 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Nov 2021 07:21:57 +0100 Subject: update to 3.1.4 --- composer.json | 8 ++++---- php-doctrine-dbal3.spec | 10 +++++++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 013b6b8..2374d79 100644 --- a/composer.json +++ b/composer.json @@ -40,14 +40,14 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", - "phpstan/phpstan": "0.12.99", - "phpstan/phpstan-strict-rules": "^0.12.11", + "phpstan/phpstan": "1.1.1", + "phpstan/phpstan-strict-rules": "^1", "phpunit/phpunit": "9.5.10", "psalm/plugin-phpunit": "0.16.1", - "squizlabs/php_codesniffer": "3.6.0", + "squizlabs/php_codesniffer": "3.6.1", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0", - "vimeo/psalm": "4.10.0" + "vimeo/psalm": "4.12.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 18de29a..bdcf782 100644 --- a/php-doctrine-dbal3.spec +++ b/php-doctrine-dbal3.spec @@ -1,6 +1,6 @@ # remirepo/Fedora spec file for php-doctrine-dbal3 # -# Copyright (c) 2013-2020 Shawn Iwinski +# Copyright (c) 2013-2021 Shawn Iwinski # Adam Williamson # Remi Collet # @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 3.1.3 -%global github_commit 96b0053775a544b4a6ab47654dac0621be8b4cf8 +%global github_version 3.1.4 +%global github_commit 821b4f01a36ce63ed36c090ea74767b72db367e9 %global major 3 %global composer_vendor doctrine @@ -246,6 +246,7 @@ exit $RETURN_CODE %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -255,6 +256,9 @@ exit $RETURN_CODE %changelog +* Tue Nov 16 2021 Remi Collet - 3.1.4-1 +- update to 3.1.4 + * Mon Oct 4 2021 Remi Collet - 3.1.3-1 - update to 3.1.3 -- cgit