fixed error in composer file

This commit is contained in:
Mike van Riel
2012-04-06 20:39:59 +02:00
parent fea7abe168
commit 6a34cf123c
+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/phpDocumentor"}
} }
} }