Skip to content

Commit

Permalink
Fix #940: Set dependency on kartik-v/yii2-bootstrap4-dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Mar 27, 2020
1 parent 9f87733 commit 782306e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Change Log: `yii2-grid`

- (enh #948): New property `ExpandRowColumn::msgDetailLoading`.
- (enh #947): Enhance behavior for initial rows expanded set via GridView::ROW_EXPANDED.
- (enh #940): Set dependency on `kartik-v/yii2-bootstrap4-dropdown`.
- (enh #934, #938): Correct ternary operator for PHP 7.4 support.
- (enh #932): Correct Expand Row container parsing for nested expand row columns.
- (enh #929): Enhance Expand Row Column plugin and correct expand one only.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
}
],
"require": {
"kartik-v/yii2-dialog": "~1.0"
"kartik-v/yii2-dialog": "~1.0",
"kartik-v/yii2-bootstrap4-dropdown": "~1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 782306e

Please sign in to comment.