diff options
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-doctrine-orm.spec | 9 | 
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index abd30bf..9d77d78 100644 --- a/composer.json +++ b/composer.json @@ -41,10 +41,10 @@          "phpbench/phpbench": "^0.16.10 || ^1.0",          "phpstan/phpstan": "1.2.0",          "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", -        "squizlabs/php_codesniffer": "3.6.1", +        "squizlabs/php_codesniffer": "3.6.2",          "symfony/cache": "^4.4 || ^5.2",          "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", -        "vimeo/psalm": "4.13.1" +        "vimeo/psalm": "4.15.0"      },      "conflict": {          "doctrine/annotations": "<1.13 || >= 2.0" diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index 38da0e4..6847f70 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.10.3 -%global github_commit    7b242753466508e1dd10f67c1baee95785f845c1 +%global github_version   2.10.4 +%global github_commit    cccb2e2fdfed2969afb3d65c5ea82bafdefbe1a7  %global composer_vendor  doctrine  %global composer_project orm @@ -76,7 +76,7 @@  Name:          php-%{composer_vendor}-%{composer_project}  Version:       %{github_version} -Release:       2%{?dist} +Release:       1%{?dist}  Summary:       Doctrine Object-Relational-Mapper (ORM)  License:       MIT @@ -400,6 +400,9 @@ exit $RETURN_CODE  %changelog +* Tue Dec 21 2021 Remi Collet <remi@remirepo.net> - 2.10.4-1 +- update to 2.10.4 +  * Wed Dec 15 2021 Remi Collet <remi@remirepo.net> - 2.10.3-2  - fix autoloader for dbal v2  | 
