diff options
| -rw-r--r-- | composer.json | 8 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-barcode.spec | 10 |
2 files changed, 15 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 7c6d3d4..b00e4bb 100644 --- a/composer.json +++ b/composer.json @@ -60,11 +60,17 @@ "ext-pcre": "*", "tecnickcom/tc-lib-color": "^2.3" }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } + }, "require-dev": { "pdepend/pdepend": "2.16.2", "phpmd/phpmd": "2.15.0", "phpunit/phpunit": "12.4.4 || 11.5.44 || 10.5.58", - "squizlabs/php_codesniffer": "4.0.1" + "squizlabs/php_codesniffer": "4.0.1", + "phpcompatibility/php-compatibility": "^10.0.0@dev" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec index e517fef..4577493 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 b076af33e3cf5b12fef559992ecd36dccd768102 +%global gh_commit 338095651126ec4207f98e5221beea30b27c0fe9 %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.15 +Version: 2.4.18 Release: 1%{?dist} Summary: PHP library to generate linear and bidimensional barcodes @@ -137,6 +137,12 @@ exit $ret %changelog +* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.4.18-1 +- update to 2.4.18 + +* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.4.17-1 +- update to 2.4.17 (no change) + * Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 2.4.15-1 - update to 2.4.15 (no change) - raise dependency on tc-lib-color 2.3 |
