From df551f8f081c883a1fadff97dc5e24a713c1a920 Mon Sep 17 00:00:00 2001 From: Laraveldeep Date: Tue, 6 Nov 2018 12:14:41 +0545 Subject: [PATCH] Update to new Foundation version 6.5.0 --- README.md | 2 +- src/ZurbFoundationPreset.php | 4 ++-- src/foundation-stubs/views/welcome.blade.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 511275f..eae84bb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Zurb Foundation Frontend Preset For Laravel Framework 5.5 and Up -*Current version*: **Zurb Foundation for sites 6.4.3** +*Current version*: **Zurb Foundation for sites 6.5.0** ## Usage 1. Fresh install Laravel 5.5 (and up) and `cd` to your app. diff --git a/src/ZurbFoundationPreset.php b/src/ZurbFoundationPreset.php index 7856adb..d32e4e3 100644 --- a/src/ZurbFoundationPreset.php +++ b/src/ZurbFoundationPreset.php @@ -40,8 +40,8 @@ public static function install($withAuth = false) protected static function updatePackageArray(array $packages) { return [ - 'foundation-sites' => '^6.4.3', - 'jquery' => '^3.2.1', + 'foundation-sites' => '^6.5.0', + 'jquery' => '^3.2', ] + 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 cfaee82..3ef8666 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.3

+

Zurb Foundation 6.5.0

Primary Secondary Success