diff --git a/README.md b/README.md index 6546680..ea81106 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ composer require mathiasgrimm/glimpse-php ``` ```php -use GlimpseImg\Client; -use GlimpseImg\ImageFormat; +use MathiasGrimm\GlimpsePhp\Client; +use MathiasGrimm\GlimpsePhp\ImageFormat; use Illuminate\Http\Client\Factory; $glimpse = new Client(new Factory, 'your-api-token'); diff --git a/composer.json b/composer.json index e8badbc..1818bcb 100644 --- a/composer.json +++ b/composer.json @@ -30,12 +30,12 @@ }, "autoload": { "psr-4": { - "GlimpseImg\\": "src/" + "MathiasGrimm\\GlimpsePhp\\": "src/" } }, "autoload-dev": { "psr-4": { - "GlimpseImg\\Tests\\": "tests/" + "MathiasGrimm\\GlimpsePhp\\Tests\\": "tests/" } }, "scripts": { diff --git a/src/ApiException.php b/src/ApiException.php index 9fadcf3..fd634f0 100644 --- a/src/ApiException.php +++ b/src/ApiException.php @@ -1,6 +1,6 @@ count(Images::animatedGif()))->toBe(3); diff --git a/tests/ImageFormatTest.php b/tests/ImageFormatTest.php index 3a72f37..0753b10 100644 --- a/tests/ImageFormatTest.php +++ b/tests/ImageFormatTest.php @@ -1,7 +1,7 @@ toBe(ImageFormat::Jpg) diff --git a/tests/Pest.php b/tests/Pest.php index d7a1b24..ccab4f9 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -1,6 +1,6 @@