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}