diff options
| -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 17b1240..b080579 100644 --- a/composer.json +++ b/composer.json @@ -42,11 +42,11 @@      "require-dev": {          "doctrine/coding-standard": "9.0.0",          "jetbrains/phpstorm-stubs": "2022.1", -        "phpstan/phpstan": "1.6.3", +        "phpstan/phpstan": "1.7.13",          "phpstan/phpstan-strict-rules": "^1.2",          "phpunit/phpunit": "9.5.20",          "psalm/plugin-phpunit": "0.16.1", -        "squizlabs/php_codesniffer": "3.6.2", +        "squizlabs/php_codesniffer": "3.7.0",          "symfony/cache": "^5.2|^6.0",          "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",          "vimeo/psalm": "4.23.0" diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index 9633901..b09cdf0 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.3.6 -%global github_commit    9e7f76dd1cde81c62574fdffa5a9c655c847ad21 +%global github_version   3.3.7 +%global github_commit    9f79d4650430b582f4598fe0954ef4d52fbc0a8a  %global major            3  %global composer_vendor  doctrine @@ -264,7 +264,7 @@ SKIP="--filter '^((?!(testFetchLongBlob)).)*$'"  : Upstream tests  RETURN_CODE=0 -for PHP_EXEC in php php74 php80 php81; do +for PHP_EXEC in php php74 php80 php81 php82; do      rm -f /tmp/test_nesting.sqlite      if which $PHP_EXEC; then          $PHP_EXEC %{_bindir}/phpunit9 \ @@ -290,6 +290,9 @@ exit $RETURN_CODE  %changelog +* Fri Jun 24 2022 Remi Collet <remi@remirepo.net> - 3.3.7-1 +- update to 3.3.7 +  * Tue May  3 2022 Remi Collet <remi@remirepo.net> - 3.3.6-1  - update to 3.3.6  - allow doctrine/deprecations 1  | 
