From 480ce96a26f65a87357a4e36bc45199252c3969a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 8 Jan 2019 10:19:34 +0100 Subject: [PATCH] devel/debug: change phpunit to version 7 --- devel/debug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/debug/Makefile b/devel/debug/Makefile index c7ebd68bf..58371070d 100644 --- a/devel/debug/Makefile +++ b/devel/debug/Makefile @@ -3,7 +3,7 @@ PLUGIN_VERSION= 1.3 PLUGIN_COMMENT= Debugging Tools PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \ php${PLUGIN_PHP}-pecl-xdebug \ - phpunit6-php${PLUGIN_PHP} \ + phpunit7-php${PLUGIN_PHP} \ p5-File-Slurp py27-pycodestyle \ vim-console git PLUGIN_MAINTAINER= franco@opnsense.org