From a6e3592a7b8d3e258c8c6fcc1bf9a25b07740be6 Mon Sep 17 00:00:00 2001 From: Laraveldeep Date: Mon, 20 Nov 2017 23:44:44 +0545 Subject: [PATCH] Update extensions version --- README.md | 2 +- src/BulmaPreset.php | 2 +- src/bulma-stubs/views/welcome.blade.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33d96c0..406658d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Preset for Bulma scaffolding on new Laravel 5.5.x project. -*Current version*: **Bulma 0.6.1** + **Bulma Extensions 0.2.3** +*Current version*: **Bulma 0.6.1** + **Bulma Extensions 0.3.1** ## Usage diff --git a/src/BulmaPreset.php b/src/BulmaPreset.php index 22d9fc9..bd05eed 100644 --- a/src/BulmaPreset.php +++ b/src/BulmaPreset.php @@ -41,7 +41,7 @@ protected static function updatePackageArray(array $packages) { return [ 'bulma' => '^0.6.1', - 'bulma-extensions' => '^0.2.3', + 'bulma-extensions' => '^0.3.1', ] + Arr::except($packages, ['bootstrap-sass', 'foundation-sites']); } diff --git a/src/bulma-stubs/views/welcome.blade.php b/src/bulma-stubs/views/welcome.blade.php index 895c49a..60f58c1 100644 --- a/src/bulma-stubs/views/welcome.blade.php +++ b/src/bulma-stubs/views/welcome.blade.php @@ -113,7 +113,7 @@

Bulma 0.6.1

-

Bulma Extension 0.2.3

+

Bulma Extension 0.3.1