diff options
| -rw-r--r-- | composer.json | 7 | ||||
| -rw-r--r-- | php-doctrine-dbal3.spec | 9 | 
2 files changed, 10 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 3dc6c10..3495dc1 100644 --- a/composer.json +++ b/composer.json @@ -40,11 +40,12 @@          "psr/log": "^1|^2|^3"      },      "require-dev": { -        "doctrine/coding-standard": "11.0.0", +        "doctrine/coding-standard": "11.1.0", +        "fig/log-test": "^1",          "jetbrains/phpstorm-stubs": "2022.3", -        "phpstan/phpstan": "1.9.4", +        "phpstan/phpstan": "1.9.14",          "phpstan/phpstan-strict-rules": "^1.4", -        "phpunit/phpunit": "9.5.27", +        "phpunit/phpunit": "9.6.3",          "psalm/plugin-phpunit": "0.18.4",          "squizlabs/php_codesniffer": "3.7.1",          "symfony/cache": "^5.4|^6.0", diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index 1ab5948..1b150c4 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.5.3 -%global github_commit    88fa7e5189fd5ec6682477044264dc0ed4e3aa1e +%global github_version   3.6.0 +%global github_commit    85b98cb23c8af471a67abfe14485da696bcabc2e  %global major            3  %global composer_vendor  doctrine @@ -76,7 +76,7 @@ Patch0:        %{name}-bin.patch  BuildArch: noarch  # Tests  %if %{with tests} -BuildRequires: phpunit9 >= 9.5.27 +BuildRequires: phpunit9 >= 9.6.3  ## composer.json  BuildRequires: php(language) >= %{php_min_ver}  # remirepo:1 @@ -291,6 +291,9 @@ exit $RETURN_CODE  %changelog +* Wed Feb  8 2023 Remi Collet <remi@remirepo.net> - 3.6.0-1 +- update to 3.6.0 +  * Thu Jan 12 2023 Remi Collet <remi@remirepo.net> - 3.5.3-1  - update to 3.5.3  | 
