diff options
| -rw-r--r-- | composer.json | 8 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-page.spec | 10 |
2 files changed, 15 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 3692c9b..456f115 100644 --- a/composer.json +++ b/composer.json @@ -24,11 +24,17 @@ "tecnickcom/tc-lib-color": "^2.3", "tecnickcom/tc-lib-pdf-encrypt": "^2.1" }, + "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-page.spec b/php-tecnickcom-tc-lib-pdf-page.spec index 38a2433..5a5365c 100644 --- a/php-tecnickcom-tc-lib-pdf-page.spec +++ b/php-tecnickcom-tc-lib-pdf-page.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 9899c5b1a7e74e9e8800d0e831c6f462930afc05 +%global gh_commit e0fa8bd5cc28d1c5b026a15ff036f118a0bbbc72 %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: 4.2.19 +Version: 4.3.3 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -117,6 +117,12 @@ exit $ret %changelog +* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 4.3.3-1 +- update to 4.3.3 + +* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 4.3.2-1 +- update to 4.3.2 + * Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 4.2.19-1 - update to 4.2.19 (no change) - raise dependency on tc-lib-color 2.2 |
