diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-07 11:58:29 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-07 11:58:29 +0100 |
commit | cd9ef702b9ec47a6972f7f07e14bc3e094278fa0 (patch) | |
tree | 7323a94465d01503cf4a42d625aefacf9f9f2e3b | |
parent | 08fc5c65c0a9b57a73dd32b0670c8f8cd2b07b11 (diff) |
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 280bed8..4f67635 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": "11.5.2 || 10.5.40", - "squizlabs/php_codesniffer": "3.11.2" + "phpunit/phpunit": "12.0.1 || 11.5.7 || 10.5.40", + "squizlabs/php_codesniffer": "3.11.3" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index 7889c54..97fc50f 100644 --- a/php-tecnickcom-tc-lib-barcode.spec +++ b/php-tecnickcom-tc-lib-barcode.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-tecnickcom-tc-lib-barcode # -# SPDX-FileCopyrightText: Copyright 2015-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # -%global gh_commit cd5d8029eeaf6225b9ff4692364c4c473191e487 +%global gh_commit 8d65345d64cdcf8f5e254bd24f26c7e5f966befa %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.2 +Version: 2.4.3 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -137,6 +137,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 2.4.3-1 +- update to 2.4.3 + * Thu Dec 26 2024 Remi Collet <remi@remirepo.net> - 2.4.2-1 - update to 2.4.2 - raise dependency on PHP 8.1 |