fixed composer.json autoload pathes

This commit is contained in:
Carsten Brandt
2013-11-23 01:49:53 +01:00
parent d8dbe5a4d3
commit 0d0f1c2b5d
2 changed files with 9 additions and 9 deletions

View File

@@ -74,6 +74,6 @@
"michelf/php-markdown": "1.3.*"
},
"autoload": {
"psr-0": { "yii\\": "/" }
"psr-0": { "yii\\": "" }
}
}