Commit 0904c345 by Qiang Xue

Fixed composer autoload declaration.

parent cf9104f7
......@@ -22,6 +22,6 @@
"yiisoft/yii2": "*"
},
"autoload": {
"psr-0": { "yii\\composer": "" }
"psr-0": { "yii\\composer\\": "" }
}
}
......@@ -16,6 +16,6 @@
"yiisoft/yii2": "*"
},
"autoload": {
"psr-0": { "yii\\jui": "" }
"psr-0": { "yii\\jui\\": "" }
}
}
......@@ -22,6 +22,6 @@
"yiisoft/yii2": "*"
},
"autoload": {
"psr-0": { "yii\\mutex": "" }
"psr-0": { "yii\\mutex\\": "" }
}
}
......@@ -23,6 +23,6 @@
"smarty/smarty": "v3.1.13"
},
"autoload": {
"psr-0": { "yii\\smarty": "" }
"psr-0": { "yii\\smarty\\": "" }
}
}
......@@ -23,6 +23,6 @@
"twig/twig": "1.13.*"
},
"autoload": {
"psr-0": { "yii\\twig": "" }
"psr-0": { "yii\\twig\\": "" }
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment