diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-doctrine-dbal3.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index eaac517..81016de 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@      "require-dev": {          "doctrine/coding-standard": "9.0.0",          "jetbrains/phpstorm-stubs": "2021.1", -        "phpstan/phpstan": "1.4.6", +        "phpstan/phpstan": "1.5.3",          "phpstan/phpstan-strict-rules": "^1.1",          "phpunit/phpunit": "9.5.16",          "psalm/plugin-phpunit": "0.16.1", diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index b97ef7a..3c9723a 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.4 -%global github_commit    83f779beaea1893c0bece093ab2104c6d15a7f26 +%global github_version   3.3.5 +%global github_commit    719663b15983278227669c8595151586a2ff3327  %global major            3  %global composer_vendor  doctrine @@ -290,6 +290,9 @@ exit $RETURN_CODE  %changelog +* Tue Apr  5 2022 Remi Collet <remi@remirepo.net> - 3.3.5-1 +- update to 3.3.5 +  * Tue Mar 29 2022 Remi Collet <remi@remirepo.net> - 3.3.4-1  - update to 3.3.4  | 
