From e1d394525ce0e0db5a7b01d01a4d7c238a7b8bb4 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Fri, 6 Sep 2024 13:59:17 +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 387e993..26aad7c 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 276cbf9..2bf1c1c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0 +2.3.1 diff --git a/resources/debian/control b/resources/debian/control index 94c676c..d2a3a4d 100644 --- a/resources/debian/control +++ b/resources/debian/control @@ -10,7 +10,7 @@ Vcs-Git: https://github.com/~#VENDOR#~/~#PROJECT#~.git Package: ~#PKGNAME#~ Provides: php-~#PROJECT#~ Architecture: all -Depends: php (>= 8.0.0), php-bcmath, php-date, php-gd, php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.2.2), ${misc:Depends} +Depends: php (>= 8.0.0), php-bcmath, php-date, php-gd, php-tecnickcom-tc-lib-color (<< 3.0.0), php-tecnickcom-tc-lib-color (>= 2.2.3), ${misc:Depends} Description: PHP Barcode library This library includes PHP classes to generate linear and bidimensional barcodes: diff --git a/resources/rpm/rpm.spec b/resources/rpm/rpm.spec index dc146ac..813f341 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-color) < 3.0.0 -Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.2.2 +Requires: php-composer(%{c_vendor}/tc-lib-color) >= 2.2.3 Requires: php-bcmath Requires: php-date Requires: php-gd