Commit d9802aac by Qiang Xue

psr-4 change.

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