diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-11 15:43:26 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-11 15:43:26 +0100 |
| commit | 89858ea2f9af193588b7e125a0589d7aef04ca86 (patch) | |
| tree | f329245554c9a9018568fbdc9a2d43807d5285a7 | |
| parent | 937173ca04f5594f6269e3d8f80b7b54401ee6df (diff) | |
| -rw-r--r-- | composer.json | 8 | ||||
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-graph.spec | 7 |
2 files changed, 12 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 7984b07..62a9baa 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-graph.spec b/php-tecnickcom-tc-lib-pdf-graph.spec index 38e1fb9..da8de88 100644 --- a/php-tecnickcom-tc-lib-pdf-graph.spec +++ b/php-tecnickcom-tc-lib-pdf-graph.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit c1736ae6a2a1f9a02e7aeafd96e8e38730545151 +%global gh_commit 848079da6bbaa2a44124e1832d38c71b9bfbc429 %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.4.1 +Version: 2.4.2 Release: 1%{?dist} Summary: PHP library containing PDF graphic and geometric methods @@ -113,6 +113,9 @@ exit $ret %changelog +* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.4.2-1 +- update to 2.4.2 (no change) + * Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 2.4.1-1 - update to 2.4.1 |
