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 @@