reorganized extension directories.

This commit is contained in:
Qiang Xue
2013-11-02 15:34:07 -04:00
parent baf6de3c0c
commit 3fd1cb0c6d
7 changed files with 5 additions and 2 deletions

View File

@@ -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"
}, },

View File

@@ -24,5 +24,6 @@
}, },
"autoload": { "autoload": {
"psr-0": { "yii\\smarty\\": "" } "psr-0": { "yii\\smarty\\": "" }
} },
"target-dir": "yii/smarty"
} }

View File

@@ -24,5 +24,6 @@
}, },
"autoload": { "autoload": {
"psr-0": { "yii\\twig\\": "" } "psr-0": { "yii\\twig\\": "" }
} },
"target-dir": "yii/twig"
} }