Skip to content

Commit acce41a

Browse files
authored
Merge pull request #32 from shershennm/master
Fixed composer.json with broken datatable bower dependency
2 parents 3af8b9f + d6a12b4 commit acce41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"require": {
2929
"php": ">=5.4.0",
3030
"yiisoft/yii2": "~2.0",
31-
"bower-asset/datatables.net": "~1.10",
31+
"bower-asset/DataTables": "~1.10",
3232
"bower-asset/datatables.net-plugins": "~1.0"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)