Skip to content

Commit

Permalink
update bootstrap version
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 19, 2018
1 parent 0de40a6 commit 25559cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Console/Presets/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 25559cd

Please sign in to comment.