Skip to content

Commit 7a0eb31

Browse files
dereuromarkkukulich
authored andcommitted
Use normalized paths as per recommended default
1 parent 1855d72 commit 7a0eb31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
},
3333
"autoload": {
3434
"psr-4": {
35-
"SlevomatCodingStandard\\": "SlevomatCodingStandard"
35+
"SlevomatCodingStandard\\": "SlevomatCodingStandard/"
3636
}
3737
},
3838
"autoload-dev": {
3939
"psr-4": {
40-
"SlevomatCodingStandard\\PHPStan\\": "build/PHPStan",
41-
"SlevomatCodingStandard\\": "tests"
40+
"SlevomatCodingStandard\\PHPStan\\": "build/PHPStan/",
41+
"SlevomatCodingStandard\\": "tests/"
4242
}
4343
},
4444
"extra": {

0 commit comments

Comments
 (0)