Skip to content

Commit

Permalink
Update to new Foundation version 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deeshrestha committed Nov 6, 2018
1 parent b0dbee2 commit df551f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/ZurbFoundationPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
}

Expand Down
2 changes: 1 addition & 1 deletion src/foundation-stubs/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</div>

<div class="foundation_button_test">
<p class="framwork_title">Zurb Foundation 6.4.3</p>
<p class="framwork_title">Zurb Foundation 6.5.0</p>
<a class="button primary" href="#">Primary</a>
<a class="button secondary" href="#">Secondary</a>
<a class="button success" href="#">Success</a>
Expand Down

0 comments on commit df551f8

Please sign in to comment.