diff --git a/README.md b/README.md index 4c91ff1..091f1a7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Preset for Zurb Foundation 6 scaffolding on new Laravel 5.5.x project. -*Current version*: **Zurb Foundation for sites 6.4.2** +*Current version*: **Zurb Foundation for sites 6.4.3** ## Usage 1. Fresh install Laravel 5.5.x and `cd` to your app. diff --git a/src/ZurbFoundationPreset.php b/src/ZurbFoundationPreset.php index 1c808ac..890cf88 100644 --- a/src/ZurbFoundationPreset.php +++ b/src/ZurbFoundationPreset.php @@ -40,7 +40,7 @@ public static function install($withAuth = false) protected static function updatePackageArray(array $packages) { return [ - 'foundation-sites' => '^6.4.2', + 'foundation-sites' => '^6.4.3', 'jquery' => '^3.2.1', ] + Arr::except($packages, ['bootstrap-sass', 'bulma', 'uikit']); } diff --git a/src/foundation-stubs/views/welcome.blade.php b/src/foundation-stubs/views/welcome.blade.php index 6bdfda3..cfaee82 100644 --- a/src/foundation-stubs/views/welcome.blade.php +++ b/src/foundation-stubs/views/welcome.blade.php @@ -115,7 +115,7 @@
-

Zurb Foundation 6.4.2

+

Zurb Foundation 6.4.3

Primary Secondary Success