diff options
author | Remi Collet <remi@remirepo.net> | 2025-04-28 07:56:55 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-04-28 07:56:55 +0200 |
commit | 6622ad9d6512e87993262caf391d20a63bf8b114 (patch) | |
tree | a5d7c633f4b0b5ebdf64653d0782bf0cd24e233c | |
parent | cd9ef702b9ec47a6972f7f07e14bc3e094278fa0 (diff) |
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 4f67635..0f2087d 100644 --- a/composer.json +++ b/composer.json @@ -63,8 +63,8 @@ "require-dev": { "pdepend/pdepend": "2.16.2", "phpmd/phpmd": "2.15.0", - "phpunit/phpunit": "12.0.1 || 11.5.7 || 10.5.40", - "squizlabs/php_codesniffer": "3.11.3" + "phpunit/phpunit": "12.1.3 || 11.5.7 || 10.5.40", + "squizlabs/php_codesniffer": "3.12.2" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 97fc50f..e72a783 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 8d65345d64cdcf8f5e254bd24f26c7e5f966befa +%global gh_commit 892518d94091156244fe3f4f1e1fbe30106de303 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %bcond_without tests Name: php-%{gh_owner}-%{gh_project} -Version: 2.4.3 +Version: 2.4.5 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -137,6 +137,9 @@ exit $ret %changelog +* Mon Apr 28 2025 Remi Collet <remi@remirepo.net> - 2.4.5-1 +- update to 2.4.5 (no change) + * Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 2.4.3-1 - update to 2.4.3 |