diff --git a/composer.json b/composer.json index ff1921e..405c79c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "kcnetwork/liquipedia-api-client", + "name": "kcnetwork/liquipedia-php-client", "description": "A PHP client for the Liquipedia v3 API", "keywords": ["php", "liquipedia", "mediawiki", "api", "client"], "license": "MIT", @@ -16,7 +16,7 @@ "laravel/pint": "^1.13.7", "pestphp/pest": "^2.28.1", "phpstan/phpstan": "^1.10.50", - "rector/rector": "^0.18.13", + "rector/rector": "^0.19.2", "symfony/var-dumper": "^6.4.0|^7.0.0" }, "autoload": { diff --git a/src/Example.php b/src/Example.php index 622a4f5..f855404 100644 --- a/src/Example.php +++ b/src/Example.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace NunoMaduro\SkeletonPhp; +namespace KCNetwork\Liquipedia; /** * @internal diff --git a/tests/Feature.php b/tests/Feature.php index d885ae9..23a18de 100644 --- a/tests/Feature.php +++ b/tests/Feature.php @@ -1,6 +1,6 @@