summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-12 07:50:29 +0100
committerRemi Collet <remi@php.net>2025-12-12 07:50:29 +0100
commit53f009e2cd3223cf3da72d8f5982165ee52e4ae1 (patch)
tree326f105ab41e3c9d03f5b8a3d3c3c7931105c8dd
parenta0876f30ee5084ef4d3e336e898bc11d3c73c294 (diff)
update to 8.3.1HEADmaster
-rw-r--r--composer.json8
-rw-r--r--php-tecnickcom-tc-lib-pdf.spec7
2 files changed, 12 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 22afa32..768a011 100644
--- a/composer.json
+++ b/composer.json
@@ -33,11 +33,17 @@
"tecnickcom/tc-lib-pdf-page": "^4.3",
"tecnickcom/tc-lib-pdf-graph": "^2.4"
},
+ "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.spec b/php-tecnickcom-tc-lib-pdf.spec
index 5ccd088..6f73296 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 dbb9ef648cccd8d73fe729c245d4e363d3870f57
+%global gh_commit c6376d0e4441a7d738cd53ebe49b739f8b04b19b
%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.2.7
+Version: 8.3.1
Release: 1%{?dist}
Summary: PHP PDF Library
@@ -196,6 +196,9 @@ exit $ret
%changelog
+* Fri Dec 12 2025 Remi Collet <remi@remirepo.net> - 8.3.1-1
+- update to 8.3.1
+
* Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 8.2.7-1
- update to 8.2.7
- raise dependency on tc-lib-color 2.3