From 5d4f0a872c7505bb2937bfdbeb68ef44ef2a5600 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Fri, 6 Sep 2024 14:01:32 +0100 Subject: [PATCH] Update dependencies --- Makefile | 2 +- VERSION | 2 +- resources/debian/control | 2 +- resources/rpm/rpm.spec | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 8bb3bc4..41ad520 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,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 437459c..73462a5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 +2.5.1 diff --git a/resources/debian/control b/resources/debian/control index fe54519..42260eb 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-json, php-zip, php-tecnickcom-tc-lib-file (<< 3.0.0), php-tecnickcom-tc-lib-file (>= 2.0.13), php-tecnickcom-tc-lib-unicode-data (<< 3.0.0), php-tecnickcom-tc-lib-unicode-data (>= 2.0.13), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.1.4), php-tecnickcom-tc-lib-pdf-font-core (<< 2.0.0), php-tecnickcom-tc-lib-pdf-font-data-core (>= 1.8.7), ${misc:Depends} +Depends: php (>= 8.0.0), php-json, php-zip, php-tecnickcom-tc-lib-file (<< 3.0.0), php-tecnickcom-tc-lib-file (>= 2.0.14), php-tecnickcom-tc-lib-unicode-data (<< 3.0.0), php-tecnickcom-tc-lib-unicode-data (>= 2.0.14), php-tecnickcom-tc-lib-pdf-encrypt (<< 3.0.0), php-tecnickcom-tc-lib-pdf-encrypt (>= 2.1.6), php-tecnickcom-tc-lib-pdf-font-core (<< 2.0.0), php-tecnickcom-tc-lib-pdf-font-data-core (>= 1.8.7), ${misc:Depends} Description: PHP PDF Fonts Library PHP library containing PDF font methods and utilities. diff --git a/resources/rpm/rpm.spec b/resources/rpm/rpm.spec index 0f03ed0..f1b1fab 100644 --- a/resources/rpm/rpm.spec +++ b/resources/rpm/rpm.spec @@ -21,11 +21,11 @@ Requires: php-json Requires: php-pcre Requires: php-zlib Requires: php-composer(%{c_vendor}/tc-lib-file) < 3.0.0 -Requires: php-composer(%{c_vendor}/tc-lib-file) >= 2.0.13 +Requires: php-composer(%{c_vendor}/tc-lib-file) >= 2.0.14 Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) < 3.0.0 -Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0.13 +Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) >= 2.0.14 Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) < 3.0.0 -Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.4 +Requires: php-composer(%{c_vendor}/tc-lib-pdf-encrypt) >= 2.1.6 Requires: php-composer(%{c_vendor}/tc-lib-pdf-font-data-core) < 2.0.0 Requires: php-composer(%{c_vendor}/tc-lib-pdf-font-data-core) >= 1.8.7