Skip to content

Commit bbe23ad

Browse files
committed
Revert "pin bootstrap to version 4.3.1"
This reverts commit 06d227a.
1 parent 06d227a commit bbe23ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TablerPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static function installAuth()
3838
protected static function updatePackageArray(array $packages)
3939
{
4040
return [
41-
'bootstrap' => '4.3.1',
41+
'bootstrap' => '^4.1.0',
4242
'jquery' => '^3.4.1',
4343
'popper.js' => '^1.14.3',
4444
] + Arr::except($packages, ['bootstrap-sass']);

0 commit comments

Comments
 (0)