Skip to content

Commit

Permalink
Merge pull request #98 from creative-commoners/pulls/3/module-standar…
Browse files Browse the repository at this point in the history
…diser-1706667534

MNT Run module-standardiser
  • Loading branch information
emteknetnz authored Feb 2, 2024
2 parents 311da32 + 343aabe commit caad311
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"require-dev": {
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3",
"silverstripe/versioned": "^2"
"silverstripe/versioned": "^2",
"silverstripe/standards": "^1",
"phpstan/extension-installer": "^1.3"
},
"extra": [],
"autoload": {
Expand All @@ -32,4 +34,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
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 caad311

Please sign in to comment.