release version 2.0.39

This commit is contained in:
Alexander Makarov 2020-11-10 14:07:36 +03:00
parent 0df2109420
commit e27be4eaf4
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": "~2.0.14",

View File

@ -8,7 +8,7 @@ use yii\base\Model;
/**
* LoginForm is the model behind the login form.
*
* @property User|null $user This property is read-only.
* @property-read User|null $user This property is read-only.
*
*/
class LoginForm extends Model