We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec564f6 commit 872f3abCopy full SHA for 872f3ab
composer.json
@@ -15,7 +15,6 @@
15
"phpstan/phpstan": "^2.1.8"
16
},
17
"require-dev": {
18
- "editorconfig-checker/editorconfig-checker": "^10.6.0",
19
"ergebnis/composer-normalize": "^2.45.0",
20
"phpstan/phpstan-deprecation-rules": "^2.0.1",
21
"phpstan/phpstan-phpunit": "^2.0.4",
@@ -52,7 +51,6 @@
52
51
"scripts": {
53
"check": [
54
"@check:composer",
55
- "@check:ec",
56
"@check:cs",
57
"@check:types",
58
"@check:dependencies",
@@ -65,7 +63,6 @@
65
63
],
66
64
"check:cs": "phpcs",
67
"check:dependencies": "composer-dependency-analyser",
68
- "check:ec": "ec src",
69
"check:types": "phpstan analyse -vv --ansi",
70
"fix:cs": "phpcbf"
71
}
0 commit comments