Skip to content

Commit 3b44ed4

Browse files
MNT Run module-standardiser (#97)
1 parent 12745c8 commit 3b44ed4

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"phpunit/phpunit": "^9.6",
2222
"squizlabs/php_codesniffer": "^3",
2323
"silverstripe/reports": "^5",
24-
"silverstripe/siteconfig": "^5"
24+
"silverstripe/siteconfig": "^5",
25+
"silverstripe/standards": "^1",
26+
"phpstan/extension-installer": "^1.3"
2527
},
2628
"extra": {
2729
"expose": [

phpstan.neon.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
parameters:
2+
paths:
3+
- src

0 commit comments

Comments
 (0)