Skip to content

Commit 34ca930

Browse files
committed
Merge pull request jsonrainbow#169 from localheinz/feature/psr-4
Enhancement: Switch to PSR-4 autoloading
2 parents 8dc9b9d + 344315f commit 34ca930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"phpdocumentor/phpdocumentor": "~2"
4545
},
4646
"autoload": {
47-
"psr-0": { "JsonSchema": "src/" }
47+
"psr-4": { "JsonSchema\\": "src/JsonSchema/" }
4848
},
4949
"autoload-dev": {
50-
"psr-0": { "JsonSchema": "tests/" }
50+
"psr-4": { "JsonSchema\\Tests\\": "tests/JsonSchema/Tests/" }
5151
},
5252
"bin": ["bin/validate-json"],
5353
"extra": {

0 commit comments

Comments
 (0)