diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-07 12:08:06 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-07 12:08:06 +0100 |
commit | cc10d7bab1437fe25fe459744823851eb028d9e2 (patch) | |
tree | 2dede694e8a932424c2386e015cfa219cf090ac0 | |
parent | 252d32a4b9da1537540bafe17a3788280ef71d8e (diff) |
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-pdf.spec | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index efcd792..981d1ad 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,8 @@ "require-dev": { "pdepend/pdepend": "2.16.2", "phpmd/phpmd": "2.15.0", - "phpunit/phpunit": "11.5.2 || 10.5.40", - "squizlabs/php_codesniffer": "3.11.2" + "phpunit/phpunit": "12.0.1 || 11.5.7 || 10.5.40", + "squizlabs/php_codesniffer": "3.11.3" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-pdf.spec b/php-tecnickcom-tc-lib-pdf.spec index bf35625..7da6aa6 100644 --- a/php-tecnickcom-tc-lib-pdf.spec +++ b/php-tecnickcom-tc-lib-pdf.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b9276c9a1a9516431230bb442c45c9024799f42b +%global gh_commit b0eb7997d96255000bbd6f46a463340828a55e2b %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: 8.0.84 +Version: 8.0.85 Release: 1%{?dist} Summary: PHP PDF Library @@ -196,6 +196,9 @@ exit $ret %changelog +* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 8.0.85-1 +- update to 8.0.85 + * Fri Dec 27 2024 Remi Collet <remi@remirepo.net> - 8.0.84-1 - update to 8.0.84 - raise dependency on PHP 8.1 |