Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydspaniard committed Jul 9, 2016
1 parent 7c3df38 commit 9e9c552
Show file tree
Hide file tree
Showing 6 changed files with 408 additions and 253 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require": {
"yiisoft/yii2": "*",
"bower-asset/chartjs": "1.0.2"
"bower-asset/chartjs": "2.1.6"
},
"require-dev": {
"phpunit/phpunit": "4.*"
Expand All @@ -45,4 +45,4 @@
"bower-asset-library": "vendor/bower"
}
}
}
}
Loading

1 comment on commit 9e9c552

@schmunk42
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this related to bedezign/yii2-audit#159

Since there was a major update for the bower asset to 2.1.6, I'd recommend to create a 3.0.0 of this extension.
And it would be also nice, if we could get a 2.0.2 which stays on 1.x of the bower asset.

Please sign in to comment.