From ba79b4904049041666df27231b8274510d4183af Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Wed, 11 Oct 2023 16:14:07 +0100 Subject: [PATCH] Output phpunit in stderr --- 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 001b6f0..16681aa 100644 --- a/Makefile +++ b/Makefile @@ -255,7 +255,7 @@ tag: test: cp phpunit.xml.dist phpunit.xml ./vendor/bin/phpunit --migrate-configuration || true - ./vendor/bin/phpunit test + ./vendor/bin/phpunit --stderr test # Remove all installed files .PHONY: uninstall diff --git a/VERSION b/VERSION index c87f986..8a40a8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.28 +1.4.29 diff --git a/resources/debian/control b/resources/debian/control index 1294c2c..cbb94fa 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 (>= 5.4.0), php-mbstring, php-tecnickcom-tc-lib-unicode-data (<< 2.0.0), php-tecnickcom-tc-lib-unicode-data (>= 1.7.28), ${misc:Depends} +Depends: php (>= 5.4.0), php-mbstring, php-tecnickcom-tc-lib-unicode-data (<< 2.0.0), php-tecnickcom-tc-lib-unicode-data (>= 1.7.29), ${misc:Depends} Description: PHP Unicode methods. PHP library containing Unicode methods. diff --git a/resources/rpm/rpm.spec b/resources/rpm/rpm.spec index afab51a..29ac8fa 100644 --- a/resources/rpm/rpm.spec +++ b/resources/rpm/rpm.spec @@ -18,7 +18,7 @@ BuildArch: noarch Requires: php(language) >= 5.4.0 Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) < 2.0.0 -Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) >= 1.7.28 +Requires: php-composer(%{c_vendor}/tc-lib-unicode-data) >= 1.7.29 Requires: php-pcre Requires: php-mbstring