Skip to content

Commit 872f3ab

Browse files
committed
remove editorconfig-checker because it does not work on windows
1 parent ec564f6 commit 872f3ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"phpstan/phpstan": "^2.1.8"
1616
},
1717
"require-dev": {
18-
"editorconfig-checker/editorconfig-checker": "^10.6.0",
1918
"ergebnis/composer-normalize": "^2.45.0",
2019
"phpstan/phpstan-deprecation-rules": "^2.0.1",
2120
"phpstan/phpstan-phpunit": "^2.0.4",
@@ -52,7 +51,6 @@
5251
"scripts": {
5352
"check": [
5453
"@check:composer",
55-
"@check:ec",
5654
"@check:cs",
5755
"@check:types",
5856
"@check:dependencies",
@@ -65,7 +63,6 @@
6563
],
6664
"check:cs": "phpcs",
6765
"check:dependencies": "composer-dependency-analyser",
68-
"check:ec": "ec src",
6966
"check:types": "phpstan analyse -vv --ansi",
7067
"fix:cs": "phpcbf"
7168
}

0 commit comments

Comments
 (0)