From 0be58a3abbad1ea1518a8b810cd6261b7bf5d878 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 20 Jul 2022 12:40:17 +0200 Subject: [PATCH] devel/debug: try our luck here with version 9 --- devel/debug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/debug/Makefile b/devel/debug/Makefile index febb5db93..ddbc36c4b 100644 --- a/devel/debug/Makefile +++ b/devel/debug/Makefile @@ -3,7 +3,7 @@ PLUGIN_VERSION= 1.5 PLUGIN_COMMENT= Debugging Tools PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \ php${PLUGIN_PHP}-pecl-xdebug \ - phpunit7-php${PLUGIN_PHP} \ + phpunit9-php${PLUGIN_PHP} \ py${PLUGIN_PYTHON}-pycodestyle \ p5-File-Slurp git PLUGIN_MAINTAINER= franco@opnsense.org