We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d227a commit bbe23adCopy full SHA for bbe23ad
src/TablerPreset.php
@@ -38,7 +38,7 @@ public static function installAuth()
38
protected static function updatePackageArray(array $packages)
39
{
40
return [
41
- 'bootstrap' => '4.3.1',
+ 'bootstrap' => '^4.1.0',
42
'jquery' => '^3.4.1',
43
'popper.js' => '^1.14.3',
44
] + Arr::except($packages, ['bootstrap-sass']);
0 commit comments