Skip to content

Commit

Permalink
Update composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Oct 9, 2018
1 parent 4eb02cd commit 0bec7a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Change Log: `yii2-helpers`

## Version 1.3.9

**Date:** 03-Oct-2018
**Date:** 09-Oct-2018

- Remove composer yii2 bootstrap dependency and correct yii2-krajee-base dependency.
- Enhance `Html::media` and `Html::mediaList` for Bootstrap 4.x.

## Version 1.3.8
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
}
],
"require": {
"kartik-v/yii2-krajee-base": ">=1.9.8",
"yiisoft/yii2-bootstrap": "*"
"kartik-v/yii2-krajee-base": ">=2.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0bec7a9

Please sign in to comment.