From b0c411c017d8de0a892ff2d463e106569afd4710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= <david@tilapin.org> Date: Sun, 26 Nov 2023 12:04:08 +0100 Subject: [PATCH] Relax build-dependency versions --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 8992819..36706bd 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Build-Depends: debhelper-compat (= 13), dh-sequence-phpcomposer, php-psr-http-factory, phpab, - phpunit (>= 9.5.3), - pkg-php-tools (>= 1.41~) + phpunit, + pkg-php-tools Standards-Version: 4.6.2 Homepage: https://github.com/http-interop/http-factory-tests Vcs-Git: https://salsa.debian.org/php-team/pear/php-http-interop-http-factory-tests.git -- GitLab