diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-09 14:09:49 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-09 14:09:49 +0100 |
commit | 80ed95f433eaebf5e276f7893f7bedb814fe3559 (patch) | |
tree | 5165101caeb53afd1805d8da1bf51f00ebf47928 | |
parent | 19b857a7833d2b8e93ea46dd9c87e281ec814da7 (diff) |
update to 4.0.4
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-sabre-xml4.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 1c59805..e94814f 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ } }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.20", + "friendsofphp/php-cs-fixer": "^3.38", "phpstan/phpstan": "^1.10", "phpunit/phpunit" : "^9.6" }, diff --git a/php-sabre-xml4.spec b/php-sabre-xml4.spec index bda9ab8..a2191b9 100644 --- a/php-sabre-xml4.spec +++ b/php-sabre-xml4.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 61a44c39f51e386ae495304bfb78f0b0a6ed11fe +%global gh_commit 99caa5dd248776ca6a1e1d2cfdef556a3fa63456 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project xml @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: XML library that you may not hate -Version: 4.0.2 +Version: 4.0.4 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -167,6 +167,9 @@ exit $ret %changelog +* Thu Nov 9 2023 Remi Collet <remi@remirepo.net> - 4.0.4-1 +- update to 4.0.4 + * Thu Jun 29 2023 Remi Collet <remi@remirepo.net> - 4.0.2-1 - update to 4.0.2 |