Skip to content

Commit

Permalink
Dev: Add codesniffer and phpmd to composer (require-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt authored and Trischi80 committed Jun 2, 2020
1 parent 2f3fc92 commit 0c2068c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -35,12 +35,12 @@
"vendor-dir": "third_party",
"bin-dir": "third_party/bin"
},
"require-dev": {
"facebook/webdriver": "^1.4",
"phpunit/dbunit": "^4.0",
"squizlabs/php_codesniffer": "2.*",
"phpmd/phpmd" : "@stable",
"require-dev": {
"facebook/webdriver": "^1.4",
"phpunit/dbunit": "^4.0",
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd" : "^2.8",
"vimeo/psalm": "dev-master",
"phpunit/phpunit": "7.5.*"
}
}
}

0 comments on commit 0c2068c

Please sign in to comment.