Skip to content

Commit ee83e6b

Browse files
author
yunchenwen
committed
fixed composer.json with broken datatable asset dependency
1 parent acce41a commit ee83e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"require": {
2929
"php": ">=5.4.0",
3030
"yiisoft/yii2": "~2.0",
31-
"bower-asset/DataTables": "~1.10",
32-
"bower-asset/datatables.net-plugins": "~1.0"
31+
"bower-asset/datatables": "~1.10.15",
32+
"bower-asset/datatables-plugins": "~1.10.15"
3333
},
3434
"autoload": {
3535
"psr-4": {"nullref\\datatable\\": "src/"}

0 commit comments

Comments
 (0)