Skip to content

Commit

Permalink
MNT Run module-standardiser (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Feb 2, 2024
1 parent 2c15416 commit 4b37a22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"squizlabs/php_codesniffer": "^3",
"silverstripe/subsites": "^3",
"silverstripe/taxonomy": "^3",
"silverstripe/contentreview": "^5"
"silverstripe/contentreview": "^5",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"conflict": {
"silverstripe/reports": "<4.11.0"
Expand Down
3 changes: 3 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
parameters:
paths:
- src

0 comments on commit 4b37a22

Please sign in to comment.