Commit 3fd1cb0c by Qiang Xue

reorganized extension directories.

parent baf6de3c
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
"autoload": { "autoload": {
"psr-0": { "yii\\composer\\": "" } "psr-0": { "yii\\composer\\": "" }
}, },
"target-dir": "yii/composer",
"extra": { "extra": {
"class": "yii\\composer\\Plugin" "class": "yii\\composer\\Plugin"
}, },
......
...@@ -24,5 +24,6 @@ ...@@ -24,5 +24,6 @@
}, },
"autoload": { "autoload": {
"psr-0": { "yii\\smarty\\": "" } "psr-0": { "yii\\smarty\\": "" }
} },
"target-dir": "yii/smarty"
} }
...@@ -24,5 +24,6 @@ ...@@ -24,5 +24,6 @@
}, },
"autoload": { "autoload": {
"psr-0": { "yii\\twig\\": "" } "psr-0": { "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