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 e4f74a9 commit 6de1e23Copy full SHA for 6de1e23
composer.json
@@ -23,10 +23,15 @@
23
"phpunit/phpunit": "7.5.20|8.5.2|9.1.2",
24
"dealerdirect/phpcodesniffer-composer-installer": "0.6.2"
25
},
26
+ "autoload": {
27
+ "psr-4": {
28
+ "SlevomatCodingStandard\\": "SlevomatCodingStandard"
29
+ }
30
+ },
31
"autoload-dev": {
32
"psr-4": {
- "SlevomatCodingStandard\\": ["SlevomatCodingStandard", "tests"],
- "SlevomatCodingStandard\\PHPStan\\": "build/PHPStan"
33
+ "SlevomatCodingStandard\\PHPStan\\": "build/PHPStan",
34
+ "SlevomatCodingStandard\\": "tests"
35
}
36
37
"extra": {
0 commit comments