Skip to content

Commit

Permalink
refactor package
Browse files Browse the repository at this point in the history
  • Loading branch information
ket sakda authored and ket sakda committed Apr 27, 2021
1 parent da9c6c0 commit 7d16f88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "kravanh/unit-conversions",
"name": "ketsakda/unit-conversions",
"description": "This is my package UnitConversions",
"keywords": [
"kravanh",
Expand All @@ -25,12 +25,12 @@
},
"autoload": {
"psr-4": {
"Kravanh\\UnitConversions\\": "src"
"Ketsakda\\UnitConversions\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Kravanh\\UnitConversions\\Tests\\": "tests"
"Ketsakda\\UnitConversions\\Tests\\": "tests"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Weight.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Kravanh\UnitConversions;
namespace Ketsakda\UnitConversions;

class Weight
{
Expand Down
4 changes: 2 additions & 2 deletions tests/WeightTest.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

namespace Kravanh\UnitConversions\Tests;
namespace Ketsakda\UnitConversions\Tests;

use Kravanh\UnitConversions\Weight;
use Ketsakda\UnitConversions\Weight;
use PHPUnit\Framework\TestCase;

class WeightTest extends TestCase
Expand Down

0 comments on commit 7d16f88

Please sign in to comment.