Skip to content

Commit

Permalink
release version 2.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Dec 30, 2021
1 parent 1d283a4 commit 479a83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion models/LoginForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* LoginForm is the model behind the login form.
*
* @property-read User|null $user This property is read-only.
* @property-read User|null $user
*
*/
class LoginForm extends Model
Expand Down

0 comments on commit 479a83c

Please sign in to comment.