From 783cc39e4b3087e4ad2e63cc1474914771d5441b Mon Sep 17 00:00:00 2001 From: Alex Vanderbist Date: Wed, 4 Sep 2019 12:57:22 +0200 Subject: [PATCH] Add support for L6 + update changelog --- CHANGELOG.md | 6 ++++++ composer.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a177de..074e10b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `laravel-blade-x` will be documented in this file +## 2.3.0 - 2019-09-04 + +- add support for Laravel 6.0 +- add support for prefixing single components and collections +- allow to remove the namespace for a single component + ## 2.2.3 - 2019-07-25 - do not use deprecated Laravel helpers diff --git a/composer.json b/composer.json index e02ab2f..d1cda35 100644 --- a/composer.json +++ b/composer.json @@ -44,10 +44,10 @@ ], "require": { "php": "^7.2", - "illuminate/view": "~5.8.0" + "illuminate/view": "~5.8.0|^6.0" }, "require-dev": { - "orchestra/testbench": "~3.8.0", + "orchestra/testbench": "~3.8.0|^4.0", "phpunit/phpunit": "^8.0", "spatie/phpunit-snapshot-assertions": "^2.1" },