From 8702822820568ced5371e3dd8b261f13978f9a08 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Pr=C3=A9vot?= <david@tilapin.org>
Date: Wed, 8 Feb 2023 13:56:34 +0100
Subject: [PATCH] Use phpunit 10 for tests

---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 5654c40..ffd1f56 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
 Uploaders: David Prévot <taffit@debian.org>
 Build-Depends: ant,
                debhelper-compat (= 13),
+               dh-sequence-phpcomposer,
                php-parser,
                phpab,
-               phpunit,
-               dh-sequence-phpcomposer
+               phpunit (>= 10) <!nocheck>
 Standards-Version: 4.6.2
 Homepage: https://github.com/sebastianbergmann/lines-of-code
 Vcs-Git: https://salsa.debian.org/php-team/pear/phpunit-lines-of-code.git
-- 
GitLab