Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Dec 20, 2020
1 parent d410f83 commit d3474a4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"extra": {
"laravel": {
"providers": [
"Astrotomic\\LaravelUnavatar\\UnavatarServiceProvider"
"Astrotomic\\Unavatar\\Laravel\\UnavatarServiceProvider"
]
}
},
Expand All @@ -48,7 +48,7 @@
},
"autoload-dev": {
"psr-4": {
"Astrotomic\\LaravelUnavatar\\Tests\\": "tests"
"Astrotomic\\Unavatar\\Laravel\\Tests\\": "tests"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tests/ComponentTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Astrotomic\LaravelUnavatar\Tests;
namespace Astrotomic\Unavatar\Laravel\Tests;

final class ComponentTest extends TestCase
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Astrotomic\LaravelUnavatar\Tests;
namespace Astrotomic\Unavatar\Laravel\Tests;

use Astrotomic\Unavatar\Laravel\UnavatarServiceProvider;
use Gajus\Dindent\Indenter;
Expand Down
2 changes: 1 addition & 1 deletion tests/UnavatarTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Astrotomic\LaravelUnavatar\Tests;
namespace Astrotomic\Unavatar\Laravel\Tests;

use Astrotomic\Unavatar\Laravel\Unavatar;
use Illuminate\Contracts\Support\Arrayable;
Expand Down

0 comments on commit d3474a4

Please sign in to comment.