Skip to content

Commit

Permalink
refactor: Update package name and namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
npldevfr committed Jan 22, 2024
1 parent b2a4e7a commit 624e3c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Example.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace NunoMaduro\SkeletonPhp;
namespace KCNetwork\Liquipedia;

/**
* @internal
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

use NunoMaduro\SkeletonPhp\Example;
use KCNetwork\Liquipedia\Example;

it('foo', function () {
$example = new Example();
Expand Down

0 comments on commit 624e3c7

Please sign in to comment.