fixed autoloading error

This commit is contained in:
Mike van Riel
2012-04-07 11:49:54 +02:00
parent 6a34cf123c
commit 3f8a4fca6d
+1 -1
View File
@@ -9,6 +9,6 @@
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"autoload": { "autoload": {
"psr-0": {"phpDocumentor\\Reflection": "src/phpDocumentor"} "psr-0": {"phpDocumentor\\Reflection": "src/"}
} }
} }