We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12745c8 commit 3b44ed4Copy full SHA for 3b44ed4
2 files changed
composer.json
@@ -21,7 +21,9 @@
21
"phpunit/phpunit": "^9.6",
22
"squizlabs/php_codesniffer": "^3",
23
"silverstripe/reports": "^5",
24
- "silverstripe/siteconfig": "^5"
+ "silverstripe/siteconfig": "^5",
25
+ "silverstripe/standards": "^1",
26
+ "phpstan/extension-installer": "^1.3"
27
},
28
"extra": {
29
"expose": [
phpstan.neon.dist
@@ -0,0 +1,3 @@
1
+parameters:
2
+ paths:
3
+ - src
0 commit comments