Compare commits

..
Author SHA1 Message Date
Mike van Riel 3f8a4fca6d fixed autoloading error 2012-04-07 11:49:54 +02:00
Mike van Riel 6a34cf123c fixed error in composer file 2012-04-06 20:39:59 +02:00
+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/"}
} }
} }