File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ Version 1.1.16 under development
116
116
- Enh #3359: Added merge parameter to CModule::setModules (KJLJon)
117
117
- Enh #3391: Exception and log for not existed ClientScript package (rusalex)
118
118
- Enh #3513: Added 'getExtensionByMimeType' method to CFileHelper class (UA2004)
119
+ - Enh #3533: Added Yii and YiiBase classes to composer autoloader (sammousa)
119
120
- Chg #3137: Upgraded HTMLPurifier to 4.6.0 (samdark)
120
121
- Chg #3298: ListView and GridView: Added check for the existence of a href attribute in link pager (dutchakdev)
121
122
- New #2955: Added official support for MariaDB (cebe, DaSourcerer)
Original file line number Diff line number Diff line change 69
69
],
70
70
"require" : {
71
71
"php" : " >=5.1.0"
72
+ },
73
+ "autoload" : {
74
+ "classmap" : [
75
+ " framework/YiiBase.php" ,
76
+ " framework/yii.php"
77
+ ]
72
78
}
73
79
}
You can’t perform that action at this time.
0 commit comments