diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-26 08:20:52 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-26 08:20:52 +0100 |
commit | 40e4ea321966b9a85452cb3073e512b6eb4477e9 (patch) | |
tree | 8fd8012197c5d2f3ab41a709246d7a7124e21f7c | |
parent | 68d92ae8ba73c461246fac47ad270c7d075565f2 (diff) |
raise dependency on PHP 8.1
-rw-r--r-- | composer.json | 10 | ||||
-rw-r--r-- | php-tecnickcom-tc-lib-pdf-filter.spec | 16 |
2 files changed, 15 insertions, 11 deletions
diff --git a/composer.json b/composer.json index 45fe697..8aa99da 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ } ], "require": { - "php": ">=8.0", + "php": ">=8.1", "ext-zlib": "*", "ext-pcre": "*" }, "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-filter.spec b/php-tecnickcom-tc-lib-pdf-filter.spec index 237e762..a005954 100644 --- a/php-tecnickcom-tc-lib-pdf-filter.spec +++ b/php-tecnickcom-tc-lib-pdf-filter.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b7d141ad646cbae69010ad7208a112ca673b76e1 +%global gh_commit 2581ee58dcde4256ff9ff1bd27c5e20e393c9747 %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.0.17 +Version: 2.0.18 Release: 1%{?dist} Summary: PHP library to decode PDF compression and encryption filters @@ -27,18 +27,18 @@ 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 Requires: php-pcre Requires: php-zlib %endif BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { -# "php": ">=8.0", +# "php": ">=8.1", # "ext-zlib": "*", # "ext-pcre": "*" -Requires: php(language) >= 8.0 +Requires: php(language) >= 8.1 Requires: php-pcre Requires: php-zlib # From phpcompatinfo report for version 1.3.4 @@ -108,6 +108,10 @@ exit $ret %changelog +* Thu Dec 26 2024 Remi Collet <remi@remirepo.net> - 2.0.18-1 +- update to 2.0.18 +- raise dependency on PHP 8.1 + * Mon Dec 23 2024 Remi Collet <remi@remirepo.net> - 2.0.17-1 - update to 2.0.17 (no change) - re-license spec file to CECILL-2.1 |