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": {
"psr-0": { "yii\\composer\\": "" }
},
"target-dir": "yii/composer",
"extra": {
"class": "yii\\composer\\Plugin"
},

View File

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

View File

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