Skip to content

Commit

Permalink
Add phpunit, phpcpd, phpmd and cs to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iranianpep committed Feb 2, 2018
1 parent b21a092 commit f927702
Show file tree
Hide file tree
Showing 2 changed files with 851 additions and 3 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"php": ">=7"
},
"require-dev": {
"phpunit/phpunit": "^6"
"phpunit/phpunit": "^6",
"sebastian/phpcpd": "^3.0",
"phpmd/phpmd": "^2.6",
"squizlabs/php_codesniffer": "^3.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit f927702

Please sign in to comment.