From af76a866502347ac6f37a09a366e2731258ce498 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 17 May 2017 12:31:53 +0200 Subject: [PATCH] devel/debug: we're switching to phpunit6 --- devel/debug/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/debug/Makefile b/devel/debug/Makefile index 9970d9d61..5b76d1d9f 100644 --- a/devel/debug/Makefile +++ b/devel/debug/Makefile @@ -1,7 +1,7 @@ PLUGIN_NAME= debug -PLUGIN_VERSION= 1.1 +PLUGIN_VERSION= 1.2 PLUGIN_COMMENT= Debugging Tools -PLUGIN_DEPENDS= pear-PHP_CodeSniffer php-xdebug phpunit +PLUGIN_DEPENDS= pear-PHP_CodeSniffer php-xdebug phpunit6 PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk"