summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json8
-rw-r--r--php-tecnickcom-tc-lib-pdf.spec7
2 files changed, 9 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index c869678..3267c42 100644
--- a/composer.json
+++ b/composer.json
@@ -41,10 +41,10 @@
}
},
"require-dev": {
- "pdepend/pdepend": "2.16.2",
- "phpmd/phpmd": "2.15.0",
- "phpunit/phpunit": "13.1.1 || 12.5.17 || 11.5.55 || 10.5.63",
- "squizlabs/php_codesniffer": "4.0.1",
+ "pdepend/pdepend": "^2.16",
+ "phpmd/phpmd": "^2.15",
+ "phpunit/phpunit": "^13.1 || ^12.5 || ^11.5 || ^10.5",
+ "squizlabs/php_codesniffer": "^4.0",
"phpcompatibility/php-compatibility": "^10.0.0@dev"
},
"autoload": {
diff --git a/php-tecnickcom-tc-lib-pdf.spec b/php-tecnickcom-tc-lib-pdf.spec
index 10c8850..a4c1f14 100644
--- a/php-tecnickcom-tc-lib-pdf.spec
+++ b/php-tecnickcom-tc-lib-pdf.spec
@@ -19,7 +19,7 @@
Name: php-%{gh_owner}-%{gh_project}
Summary: PHP PDF Library
License: LGPL-3.0-or-later
-Version: 8.6.0
+Version: 8.6.3
Release: 1%{?dist}
%forgemeta
@@ -30,7 +30,7 @@ BuildArch: noarch
%if %{with tests}
# For tests
%global phpunit %{_bindir}/phpunit11
-BuildRequires: phpunit11 >= 11.5.55
+BuildRequires: phpunit11 >= 11.5
BuildRequires: php(language) >= 8.2
BuildRequires: (php-composer(%{c_vendor}/tc-lib-barcode) >= 2.4 with php-composer(%{c_vendor}/tc-lib-barcode) < 3)
BuildRequires: (php-composer(%{c_vendor}/tc-lib-color) >= 2.3 with php-composer(%{c_vendor}/tc-lib-color) < 3)
@@ -204,6 +204,9 @@ exit $ret
%changelog
+* Mon Apr 20 2026 Remi Collet <remi@remirepo.net> - 8.6.3-1
+- update to 8.6.3
+
* Sun Apr 19 2026 Remi Collet <remi@remirepo.net> - 8.6.0-1
- update to 8.6.0