Compare commits

..
Author SHA1 Message Date
Mike van Riel 3f8a4fca6d fixed autoloading error 2012-04-07 11:49:54 +02:00
+1 -1
View File
@@ -9,6 +9,6 @@
"php": ">=5.3.2"
},
"autoload": {
"psr-0": {"phpDocumentor\\Reflection": "src/phpDocumentor"}
"psr-0": {"phpDocumentor\\Reflection": "src/"}
}
}