Skip to content
Snippets Groups Projects
Commit 45a0c080 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

TASK: Added phpunit/phpunit as required package for development

parent 0df0d4a3
Branches
Tags
2 merge requests!16Release 0.2.0,!12Feature/11 integrate phpunit
......@@ -29,7 +29,8 @@
"symfony/filesystem": "^3.0"
},
"require-dev": {
"composer/composer": "^1.4"
"composer/composer": "^1.4",
"phpunit/phpunit": "^5.7"
},
"extra": {
"class": "Higidi\\ComposerPhpCSStandardsPlugin\\Plugin"
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment