diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-sabre-uri2.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index d58fd51..859c3c0 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ } }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.17.1", + "friendsofphp/php-cs-fixer": "~2.19.3", "phpstan/phpstan": "^0.12", "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0" }, diff --git a/php-sabre-uri2.spec b/php-sabre-uri2.spec index 94eba91..ec9ed1f 100644 --- a/php-sabre-uri2.spec +++ b/php-sabre-uri2.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 7cb0f489578afad5006e85cd60f18ff33f2d440d +%global gh_commit cd2476fc4ca13e39bf00df605d91b1c22cc9d24d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project uri @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: Functions for making sense out of URIs -Version: 2.2.2 +Version: 2.2.3 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -136,6 +136,9 @@ exit $ret %changelog +* Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 2.2.3-1 +- update to 2.2.3 + * Thu Nov 4 2021 Remi Collet <remi@remirepo.net> - 2.2.2-1 - update to 2.2.2 |