diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-11 15:36:31 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-11 15:36:31 +0100 |
| commit | 1b0f7c2d8ef5ca60e7c93f0e4381ce64c24caedf (patch) | |
| tree | be65b292d415727c8da487558211c6e24dce1870 | |
| parent | 121acc71eba89d13d9ff4dcebcf3967c6d1beea4 (diff) | |
| -rw-r--r-- | composer.json | 8 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-encrypt.spec | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/composer.json b/composer.json index e1ab0aa..9ac142c 100644 --- a/composer.json +++ b/composer.json @@ -29,11 +29,17 @@ "suggest": { "ext-posix": "*" }, + "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-pdf-encrypt.spec b/php-tecnickcom-tc-lib-pdf-encrypt.spec index 4e9f0e9..0d9ecdb 100644 --- a/php-tecnickcom-tc-lib-pdf-encrypt.spec +++ b/php-tecnickcom-tc-lib-pdf-encrypt.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit ebe3af4c8c645024b1565c93801eba65030cecb4 +%global gh_commit e42e0c97b126c657ee0a8ead6db58c4fb6692408 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.1.25 +Version: 2.1.26 Release: 1%{?dist} Summary: PHP library to encrypt data for PDF @@ -119,6 +119,9 @@ exit $ret %changelog +* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.1.26-1 +- update to 2.1.26 (no change) + * Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.1.25-1 - update to 2.1.25 (no change) |
