Skip to content

Commit df551f8

Browse files
committed
Update to new Foundation version 6.5.0
1 parent b0dbee2 commit df551f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Zurb Foundation Frontend Preset For Laravel Framework 5.5 and Up
44

5-
*Current version*: **Zurb Foundation for sites 6.4.3**
5+
*Current version*: **Zurb Foundation for sites 6.5.0**
66

77
## Usage
88
1. Fresh install Laravel 5.5 (and up) and `cd` to your app.

src/ZurbFoundationPreset.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public static function install($withAuth = false)
4040
protected static function updatePackageArray(array $packages)
4141
{
4242
return [
43-
'foundation-sites' => '^6.4.3',
44-
'jquery' => '^3.2.1',
43+
'foundation-sites' => '^6.5.0',
44+
'jquery' => '^3.2',
4545
] + Arr::except($packages, ['bootstrap-sass', 'bulma', 'uikit']);
4646
}
4747

src/foundation-stubs/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</div>
116116

117117
<div class="foundation_button_test">
118-
<p class="framwork_title">Zurb Foundation 6.4.3</p>
118+
<p class="framwork_title">Zurb Foundation 6.5.0</p>
119119
<a class="button primary" href="#">Primary</a>
120120
<a class="button secondary" href="#">Secondary</a>
121121
<a class="button success" href="#">Success</a>

0 commit comments

Comments
 (0)