mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
devel/debug: add all development dependencies; closes #635
This commit is contained in:
parent
e9af102c62
commit
a77e6ad333
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@ PLUGIN_VERSION= 1.2
|
|||
PLUGIN_COMMENT= Debugging Tools
|
||||
PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \
|
||||
php${PLUGIN_PHP}-pecl-xdebug \
|
||||
phpunit6-php${PLUGIN_PHP}
|
||||
phpunit6-php${PLUGIN_PHP} \
|
||||
p5-File-Slurp py27-pep8 \
|
||||
vim-console git
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue