Commit d9802aac by Qiang Xue

psr-4 change.

parent 4cf356df
......@@ -97,7 +97,8 @@
},
"autoload": {
"psr-4": {
"yii\\faker\\": "extensions/faker/"
"yii\\faker\\": "extensions/faker/",
"yii\\twig\\": "extensions/twig/"
},
"psr-0": {
"yii\\apidoc\\": "extensions/",
......@@ -114,7 +115,6 @@
"yii\\smarty\\": "extensions/",
"yii\\swiftmailer\\": "extensions/",
"yii\\sphinx\\": "extensions/",
"yii\\twig\\": "extensions/",
"yii\\": "framework/"
}
}
......
......@@ -22,7 +22,6 @@
"twig/twig": "*"
},
"autoload": {
"psr-0": { "yii\\twig\\": "" }
},
"target-dir": "yii/twig"
"psr-4": { "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