Skip to content

Commit 6de1e23

Browse files
committed
Revert "Bug fix: select sniffs would not run"
This reverts commit c21945c.
1 parent e4f74a9 commit 6de1e23

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@
2323
"phpunit/phpunit": "7.5.20|8.5.2|9.1.2",
2424
"dealerdirect/phpcodesniffer-composer-installer": "0.6.2"
2525
},
26+
"autoload": {
27+
"psr-4": {
28+
"SlevomatCodingStandard\\": "SlevomatCodingStandard"
29+
}
30+
},
2631
"autoload-dev": {
2732
"psr-4": {
28-
"SlevomatCodingStandard\\": ["SlevomatCodingStandard", "tests"],
29-
"SlevomatCodingStandard\\PHPStan\\": "build/PHPStan"
33+
"SlevomatCodingStandard\\PHPStan\\": "build/PHPStan",
34+
"SlevomatCodingStandard\\": "tests"
3035
}
3136
},
3237
"extra": {

0 commit comments

Comments
 (0)