Skip to content

Commit 711de21

Browse files
committed
ITKDev: Removed not used phpstan
1 parent 996ff27 commit 711de21

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

composer.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,9 @@
2121
"require-dev": {
2222
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
2323
"drupal/coder": "^8.3",
24-
"mglaman/phpstan-drupal": "^1.1",
25-
"phpstan/extension-installer": "^1.3",
26-
"phpstan/phpstan-deprecation-rules": "^1.1",
2724
"phpunit/phpunit": "^9.5"
2825
},
2926
"scripts": {
30-
"code-analysis/phpstan": [
31-
"phpstan analyse"
32-
],
33-
"code-analysis": [
34-
"@code-analysis/phpstan"
35-
],
3627
"coding-standards-check/phpcs": [
3728
"phpcs --standard=phpcs.xml.dist"
3829
],
@@ -48,8 +39,7 @@
4839
},
4940
"config": {
5041
"allow-plugins": {
51-
"dealerdirect/phpcodesniffer-composer-installer": true,
52-
"phpstan/extension-installer": true
42+
"dealerdirect/phpcodesniffer-composer-installer": true
5343
}
5444
}
5545
}

phpstan.neon

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)