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

Commit

Permalink
Bootstrap 4.3.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Feb 12, 2019
1 parent 60c329d commit 3979f88
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 3979f88

Please sign in to comment.