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 #33 from roots/bootstrap-4.3.0
Browse files Browse the repository at this point in the history
Bootstrap 4.3.0 support
  • Loading branch information
retlehs authored Feb 12, 2019
2 parents 60c329d + 3979f88 commit 4be68fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Presets/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class Bootstrap extends Preset
/** {@inheritdoc} */
protected function updatePackagesArray(array $packages)
{
$packages['dependencies']['bootstrap'] = 'v4.2.1';
$packages['dependencies']['popper.js'] = '^1.14.6';
$packages['dependencies']['bootstrap'] = 'v4.3.0';
$packages['dependencies']['popper.js'] = '^1.14.7';
return $packages;
}
}

0 comments on commit 4be68fc

Please sign in to comment.