Skip to content

Commit

Permalink
Adding PHPCS and PHPMD standards to plugin app
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike van Rooyen committed Oct 14, 2019
1 parent aadd288 commit fe6f9c1
Show file tree
Hide file tree
Showing 5 changed files with 4,372 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
/craft/storage/*
!/craft/storage/logo/*
.idea
vendor
6 changes: 5 additions & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
"authors": [
{
"name": "Extreme",
"homepage": "madebyextreme.com"
"homepage": "https://madebyextreme.com"
}
],
"require": {
Expand All @@ -39,5 +39,9 @@
"dripService": "extreme\\drip\\services\\DripService"
},
"class": "extreme\\drip\\Drip"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3",
"phpmd/phpmd": "^2"
}
}

0 comments on commit fe6f9c1

Please sign in to comment.