From 65c65af4455b930de5ca08a3673be44600b137b9 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Fri, 6 Sep 2024 13:59:31 +0100 Subject: [PATCH] Update dependencies --- Makefile | 2 +- VERSION | 2 +- resources/debian/control | 2 +- resources/rpm/rpm.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 62dd44d..f6d5fb3 100644 --- a/Makefile +++ b/Makefile @@ -261,7 +261,7 @@ tag: test: cp phpunit.xml.dist phpunit.xml ./vendor/bin/phpunit --migrate-configuration || true - ./vendor/bin/phpunit --stderr test + XDEBUG_MODE=coverage ./vendor/bin/phpunit --stderr test # Remove all installed files .PHONY: uninstall diff --git a/VERSION b/VERSION index a909317..778bf95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.10 +3.0.11 diff --git a/resources/debian/control b/resources/debian/control index 8ce3f3b..1afe62e 100644 --- a/resources/debian/control +++ b/resources/debian/control @@ -10,6 +10,6 @@ Vcs-Git: https://github.com/~#VENDOR#~/~#PROJECT#~.git Package: ~#PKGNAME#~ Provides: php-~#PROJECT#~ Architecture: all -Depends: php (>= 8.0.0), php-tecnickcom-tc-lib-pdf-filter (<< 2.0.0), php-tecnickcom-tc-lib-pdf-filter (>= 2.0.13), ${misc:Depends} +Depends: php (>= 8.0.0), php-tecnickcom-tc-lib-pdf-filter (<< 2.0.0), php-tecnickcom-tc-lib-pdf-filter (>= 2.0.14), ${misc:Depends} Description: PHP PDF Parser Library PHP library to parse PDF documents. diff --git a/resources/rpm/rpm.spec b/resources/rpm/rpm.spec index fcf9477..7599307 100644 --- a/resources/rpm/rpm.spec +++ b/resources/rpm/rpm.spec @@ -18,7 +18,7 @@ BuildArch: noarch Requires: php(language) >= 8.0.0 Requires: php-composer(%{c_vendor}/tc-lib-pdf-filter) < 2.0.0 -Requires: php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0.13 +Requires: php-composer(%{c_vendor}/tc-lib-pdf-filter) >= 2.0.14 Requires: php-pcre Provides: php-composer(%{c_vendor}/%{gh_project}) = %{version}