Commit 0c386552 by Qiang Xue

psr-4 move

parent da9d544c
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"yii\\": "framework/",
"yii\\apidoc\\": "extensions/apidoc/", "yii\\apidoc\\": "extensions/apidoc/",
"yii\\authclient\\": "extensions/authclient/", "yii\\authclient\\": "extensions/authclient/",
"yii\\bootstrap\\": "extensions/bootstrap/", "yii\\bootstrap\\": "extensions/bootstrap/",
...@@ -113,9 +114,6 @@ ...@@ -113,9 +114,6 @@
"yii\\swiftmailer\\": "extensions/swiftmailer/", "yii\\swiftmailer\\": "extensions/swiftmailer/",
"yii\\sphinx\\": "extensions/sphinx/", "yii\\sphinx\\": "extensions/sphinx/",
"yii\\twig\\": "extensions/twig/" "yii\\twig\\": "extensions/twig/"
},
"psr-0": {
"yii\\": "framework/"
} }
} }
} }
...@@ -59,6 +59,6 @@ ...@@ -59,6 +59,6 @@
"michelf/php-markdown": "1.3.*" "michelf/php-markdown": "1.3.*"
}, },
"autoload": { "autoload": {
"psr-0": { "yii\\": "" } "psr-4": { "yii\\": "" }
} }
} }
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