diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-19 10:55:46 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-19 10:55:46 +0200 |
commit | b43197b0b532a70c5dae4bcf7dc4b0a113172ed9 (patch) | |
tree | bd467c9c4a6138759ab34c5e06274baf0428fa16 | |
parent | cc547ebfdb7f0b16e4df68f4848d8b2dc848b633 (diff) |
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-doctrine-dbal3.spec | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 3ba155d..559cedd 100644 --- a/composer.json +++ b/composer.json @@ -43,9 +43,9 @@ "doctrine/coding-standard": "11.1.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2022.3", - "phpstan/phpstan": "1.10.3", + "phpstan/phpstan": "1.10.9", "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "9.6.4", + "phpunit/phpunit": "9.6.6", "psalm/plugin-phpunit": "0.18.4", "squizlabs/php_codesniffer": "3.7.2", "symfony/cache": "^5.4|^6.0", diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index 6fd43a5..74d86fd 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.6.1 -%global github_commit 57815c7bbcda3cd18871d253c1dd8cbe56f8526e +%global github_version 3.6.2 +%global github_commit b4bd1cfbd2b916951696d82e57d054394d84864c %global major 3 %global composer_vendor doctrine @@ -76,7 +76,7 @@ Patch0: %{name}-bin.patch BuildArch: noarch # Tests %if %{with tests} -BuildRequires: phpunit9 >= 9.6.4 +BuildRequires: phpunit9 >= 9.6.6 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -291,6 +291,9 @@ exit $RETURN_CODE %changelog +* Wed Apr 19 2023 Remi Collet <remi@remirepo.net> - 3.6.2-1 +- update to 3.6.2 + * Mon Mar 6 2023 Remi Collet <remi@remirepo.net> - 3.6.1-1 - update to 3.6.1 |