From 51e3538cf1bdd08d20d62ec472965a40d8651dcc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Dec 2024 07:20:18 +0100 Subject: update to 2.6.5 raise dependency on PHP 8.1 --- composer.json | 10 +++++----- php-tecnickcom-tc-lib-pdf-font.spec | 16 ++++++++++------ 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 545b9d5..afacfb2 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": ">=8.0", + "php": ">=8.1", "ext-json": "*", "ext-pcre": "*", "ext-zlib": "*", @@ -30,10 +30,10 @@ "tecnickcom/tc-lib-pdf-encrypt": "^2.1" }, "require-dev": { - "pdepend/pdepend": "2.13.0", - "phpmd/phpmd": "2.13.0", - "phpunit/phpunit": "10.1.2 || 9.6.13", - "squizlabs/php_codesniffer": "3.7.2" + "pdepend/pdepend": "2.16.2", + "phpmd/phpmd": "2.15.0", + "phpunit/phpunit": "11.5.2 || 10.5.40", + "squizlabs/php_codesniffer": "3.11.2" }, "autoload": { "psr-4": { diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec index 3d5e69f..3aae2f3 100644 --- a/php-tecnickcom-tc-lib-pdf-font.spec +++ b/php-tecnickcom-tc-lib-pdf-font.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b13ed8ac002b34454f1a62223168612fb9adc83c +%global gh_commit b67b979d2fb16b6f6b26dbb0641d86b78cc5a746 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom @@ -16,7 +16,7 @@ %global font_version 2.1.0 Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.4 +Version: 2.6.5 Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions @@ -32,8 +32,8 @@ BuildArch: noarch %if %{with_tests} # For tests %global phpunit %{_bindir}/phpunit10 -BuildRequires: phpunit10 >= 10.1.2 -BuildRequires: php(language) >= 8.0 +BuildRequires: phpunit10 >= 10.5.40 +BuildRequires: php(language) >= 8.1 BuildRequires: php-json BuildRequires: php-pcre BuildRequires: php-spl @@ -45,14 +45,14 @@ BuildRequires: (php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1 with ph BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { -# "php": ">=8.0", +# "php": ">=8.1", # "ext-json": "*", # "ext-pcre": "*", # "ext-zlib": "*", # "tecnickcom/tc-lib-file": "^2.1", # "tecnickcom/tc-lib-unicode-data": "^2.0", # "tecnickcom/tc-lib-pdf-encrypt": "^2.1" -Requires: php(language) >= 8.0 +Requires: php(language) >= 8.1 Requires: php-json Requires: php-pcre Requires: php-spl @@ -143,6 +143,10 @@ exit $ret %changelog +* Fri Dec 27 2024 Remi Collet - 2.6.5-1 +- update to 2.6.5 +- raise dependency on PHP 8.1 + * Mon Dec 23 2024 Remi Collet - 2.6.4-1 - update to 2.6.4 - raise dependency on tecnickcom/tc-lib-file 2.1 -- cgit