diff --git a/src/Illuminate/Foundation/Console/Presets/Bootstrap.php b/src/Illuminate/Foundation/Console/Presets/Bootstrap.php index e5232e04bcad..93c561828a52 100644 --- a/src/Illuminate/Foundation/Console/Presets/Bootstrap.php +++ b/src/Illuminate/Foundation/Console/Presets/Bootstrap.php @@ -25,7 +25,7 @@ public static function install() protected static function updatePackageArray(array $packages) { return [ - 'bootstrap' => '^4.0.0-beta.3', + 'bootstrap' => '^4.0.0', 'jquery' => '^3.2', 'popper.js' => '^1.12', ] + $packages;