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.
2 parents 8dc9b9d + 344315f commit 34ca930Copy full SHA for 34ca930
composer.json
@@ -44,10 +44,10 @@
44
"phpdocumentor/phpdocumentor": "~2"
45
},
46
"autoload": {
47
- "psr-0": { "JsonSchema": "src/" }
+ "psr-4": { "JsonSchema\\": "src/JsonSchema/" }
48
49
"autoload-dev": {
50
- "psr-0": { "JsonSchema": "tests/" }
+ "psr-4": { "JsonSchema\\Tests\\": "tests/JsonSchema/Tests/" }
51
52
"bin": ["bin/validate-json"],
53
"extra": {
0 commit comments