Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #34 from roots/bootstrap-4.3.1
Browse files Browse the repository at this point in the history
Bootstrap 4.3.1 support
  • Loading branch information
retlehs authored Feb 14, 2019
2 parents 4be68fc + b275460 commit bff4122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presets/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Bootstrap extends Preset
/** {@inheritdoc} */
protected function updatePackagesArray(array $packages)
{
$packages['dependencies']['bootstrap'] = 'v4.3.0';
$packages['dependencies']['bootstrap'] = 'v4.3.1';
$packages['dependencies']['popper.js'] = '^1.14.7';
return $packages;
}
Expand Down

0 comments on commit bff4122

Please sign in to comment.