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 @@