diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-11 15:39:12 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-11 15:39:12 +0100 |
| commit | 06e6e5cfb6acea4b6be5ccd8189ec281a1fb1797 (patch) | |
| tree | 0e83c39fe50fd40154eb4aa9d9b7e5552703fbcb | |
| parent | cb9d8910cac00bf69d0eb7f71fe8307fd1b60272 (diff) | |
| -rw-r--r-- | composer.json | 8 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-filter.spec | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/composer.json b/composer.json index aa237d9..bbcaa93 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,17 @@ "ext-zlib": "*", "ext-pcre": "*" }, + "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-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index b697bc3..c0113b0 100644 --- a/php-tecnickcom-tc-lib-pdf-filter.spec +++ b/php-tecnickcom-tc-lib-pdf-filter.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 4186364b4df73a6d7618263271c499675056270e +%global gh_commit 326dc35984a498f611ed4f0a5de974239e6c1738 %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.0.33 +Version: 2.0.34 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -108,6 +108,9 @@ exit $ret %changelog +* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.0.34-1 +- update to 2.0.34 (no change) + * Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.0.33-1 - update to 2.0.33 (no change) |
