From d3474a4dbee73682ac80e05ed5af9e1826cfa556 Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Sun, 20 Dec 2020 20:12:34 +0100 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 4 ++++ composer.json | 4 ++-- tests/ComponentTest.php | 2 +- tests/TestCase.php | 2 +- tests/UnavatarTest.php | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd53b8d..050e163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-unavatar` will be documented in this file +## 0.2.1 - 2020-12-20 + +- fix namespace + ## 0.2.0 - 2020-12-20 - add Laravel 8 support diff --git a/composer.json b/composer.json index 04ac8ee..e430197 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "extra": { "laravel": { "providers": [ - "Astrotomic\\LaravelUnavatar\\UnavatarServiceProvider" + "Astrotomic\\Unavatar\\Laravel\\UnavatarServiceProvider" ] } }, @@ -48,7 +48,7 @@ }, "autoload-dev": { "psr-4": { - "Astrotomic\\LaravelUnavatar\\Tests\\": "tests" + "Astrotomic\\Unavatar\\Laravel\\Tests\\": "tests" } }, "scripts": { diff --git a/tests/ComponentTest.php b/tests/ComponentTest.php index ab24abc..eab8f43 100644 --- a/tests/ComponentTest.php +++ b/tests/ComponentTest.php @@ -1,6 +1,6 @@