diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-12 14:37:50 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-12 14:37:50 +0100 |
commit | ebfc536e2151ad601aad246ada34d9857b504444 (patch) | |
tree | 3ad900056532fea8f4017c810250a2e39f07e6eb | |
parent | 32e425d034dc92233f961b54200b9160586f2243 (diff) |
update to 3.5.3
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-doctrine-dbal3.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 16492f7..3dc6c10 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "require-dev": { "doctrine/coding-standard": "11.0.0", "jetbrains/phpstorm-stubs": "2022.3", - "phpstan/phpstan": "1.9.2", + "phpstan/phpstan": "1.9.4", "phpstan/phpstan-strict-rules": "^1.4", "phpunit/phpunit": "9.5.27", "psalm/plugin-phpunit": "0.18.4", diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index b80e10f..1ab5948 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-2022 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2013-2023 Shawn Iwinski <shawn.iwinski@gmail.com> # Adam Williamson <awilliam@redhat.com> # Remi Collet <remi@remirepo.net> # @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name dbal -%global github_version 3.5.2 -%global github_commit 63e513cebbbaf96a6795e5c5ee34d205831bfc85 +%global github_version 3.5.3 +%global github_commit 88fa7e5189fd5ec6682477044264dc0ed4e3aa1e %global major 3 %global composer_vendor doctrine @@ -291,6 +291,9 @@ exit $RETURN_CODE %changelog +* Thu Jan 12 2023 Remi Collet <remi@remirepo.net> - 3.5.3-1 +- update to 3.5.3 + * Wed Dec 21 2022 Remi Collet <remi@remirepo.net> - 3.5.2-1 - update to 3.5.2 |