Skip to content

Commit 49a32a5

Browse files
SamMousacebe
authored andcommitted
Enh yiisoft#3533: Added Yii and YiiBase classes to composer autoloader.
close yiisoft#3539, fixes yiisoft#3533
1 parent daae17c commit 49a32a5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Version 1.1.16 under development
116116
- Enh #3359: Added merge parameter to CModule::setModules (KJLJon)
117117
- Enh #3391: Exception and log for not existed ClientScript package (rusalex)
118118
- Enh #3513: Added 'getExtensionByMimeType' method to CFileHelper class (UA2004)
119+
- Enh #3533: Added Yii and YiiBase classes to composer autoloader (sammousa)
119120
- Chg #3137: Upgraded HTMLPurifier to 4.6.0 (samdark)
120121
- Chg #3298: ListView and GridView: Added check for the existence of a href attribute in link pager (dutchakdev)
121122
- New #2955: Added official support for MariaDB (cebe, DaSourcerer)

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,11 @@
6969
],
7070
"require": {
7171
"php": ">=5.1.0"
72+
},
73+
"autoload": {
74+
"classmap" : [
75+
"framework/YiiBase.php",
76+
"framework/yii.php"
77+
]
7278
}
7379
}

0 commit comments

Comments
 (0)