Skip to content

Commit 208fb0a

Browse files
authored
Namespace declarations should end in \\
> Please note namespace declarations should end in `\\` to make sure the autoloader responds exactly. https://getcomposer.org/doc/04-schema.md#psr-0
1 parent 4956048 commit 208fb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"codacy/coverage": "^1.4"
1717
},
1818
"autoload": {
19-
"psr-0": { "Sabberworm\\CSS": "lib/" }
19+
"psr-0": { "Sabberworm\\CSS\\": "lib/" }
2020
}
2121
}

0 commit comments

Comments
 (0)