diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-11 11:51:37 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-11 11:51:37 +0200 |
commit | dfbb657001dbe68d02a58fa7c13d38c2100817ed (patch) | |
tree | 807e358a23d9290a71fcd24215d378be92e288b1 | |
parent | b80193ef4203f86d0b6717c11b46154a49159de4 (diff) |
update to 2.5.0
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-doctrine-persistence2.spec | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 1eea8a9..a77cf49 100644 --- a/composer.json +++ b/composer.json @@ -29,13 +29,13 @@ }, "require-dev": { "composer/package-versions-deprecated": "^1.11", - "phpstan/phpstan": "1.4.6", + "phpstan/phpstan": "~1.4.10 || 1.5.0", "doctrine/annotations": "^1.0", "doctrine/coding-standard": "^9.0", "doctrine/common": "^3.0", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "vimeo/psalm": "4.21.0" + "vimeo/psalm": "4.22.0" }, "conflict": { "doctrine/annotations": "<1.0 || >=2.0", diff --git a/php-doctrine-persistence2.spec b/php-doctrine-persistence2.spec index bf21adb..306f891 100644 --- a/php-doctrine-persistence2.spec +++ b/php-doctrine-persistence2.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit 092a52b71410ac1795287bb5135704ef07d18dd0 +%global gh_commit f8776dd9a0bdcd838812951a75f4ada72065a82a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project persistence @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.4.1 +Version: 2.5.0 Release: 1%{?dist} Summary: Doctrine Persistence abstractions @@ -209,6 +209,9 @@ exit $ret %changelog +* Mon Apr 11 2022 Remi Collet <remi@remirepo.net> - 2.5.0-1 +- update to 2.5.0 + * Tue Mar 29 2022 Remi Collet <remi@remirepo.net> - 2.4.1-1 - update to 2.4.1 |