diff options
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-doctrine-orm.spec | 7 | 
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 67afdcd..0e9c649 100644 --- a/composer.json +++ b/composer.json @@ -37,12 +37,12 @@      "require-dev": {          "doctrine/coding-standard": "^9.0",          "phpbench/phpbench": "^0.16.10 || ^1.0", -        "phpstan/phpstan": "0.12.94", +        "phpstan/phpstan": "0.12.99",          "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",          "squizlabs/php_codesniffer": "3.6.0",          "symfony/cache": "^4.4 || ^5.2",          "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", -        "vimeo/psalm": "4.7.0" +        "vimeo/psalm": "4.10.0"      },      "suggest": {          "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0", diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index e1c5852..7f9cfb8 100644 --- a/php-doctrine-orm.spec +++ b/php-doctrine-orm.spec @@ -13,8 +13,8 @@  %global github_owner     doctrine  %global github_name      orm -%global github_version   2.9.5 -%global github_commit    77cc86ed880e3f1f6c9c5819e131a8aaeeeee0da +%global github_version   2.9.6 +%global github_commit    5f768742a0461327bebe0fd11012bbd69e29a311  %global composer_vendor  doctrine  %global composer_project orm @@ -388,6 +388,9 @@ exit $RETURN_CODE  %changelog +* Mon Oct  4 2021 Remi Collet <remi@remirepo.net> - 2.9.6-1 +- update to 2.9.6 +  * Thu Sep  2 2021 Remi Collet <remi@remirepo.net> - 2.9.5-1  - update to 2.9.5  | 
