Skip to content

Commit b9e93d5

Browse files
MNT Run module-standardiser (#104)
1 parent 336d1c7 commit b9e93d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^9.6",
23-
"squizlabs/php_codesniffer": "^3"
23+
"squizlabs/php_codesniffer": "^3",
24+
"silverstripe/standards": "^1",
25+
"phpstan/extension-installer": "^1.3"
2426
},
2527
"suggest": {
2628
"symbiote/silverstripe-gridfieldextensions": "Allows sorting of TaxonomyTerm objects via drag-and-drop",

phpstan.neon.dist

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
parameters:
2+
paths:
3+
- src

0 commit comments

Comments
 (0)