1
0
Fork 0

Merge pull request #5445 from gitname/patch-1

Fix typo
pull/5463/head
Jordi Boggiano 2016-06-21 12:54:27 +02:00 committed by GitHub
commit c3a11308c2
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@
"properties": {
"psr-0": {
"type": "object",
"description": "This is a hash of namespaces (keys) and the directories they can be found into (values, can be arrays of paths) by the autoloader.",
"description": "This is a hash of namespaces (keys) and the directories they can be found in (values, can be arrays of paths) by the autoloader.",
"additionalProperties": true
},
"psr-4": {