Skip to content

Commit

Permalink
Update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Apr 2, 2024
1 parent 035f83f commit 78a4c79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
},
"autoload": {
"psr-4": {
"Biigle\\IfdoParser\\": "src"
"Biigle\\Ifdo\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Biigle\\IfdoParser\\Tests\\": "tests"
"Biigle\\Ifdo\\Tests\\": "tests"
}
},
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/Ifdo.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
namespace Biigle\IfdoParser;

namespace Biigle\Ifdo;

class Ifdo
{
Expand Down
4 changes: 2 additions & 2 deletions tests/IfdoTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Biigle\IfdoParser\Tests;
namespace Biigle\Ifdo\Tests;

use Biigle\IfdoParser\Ifdo;
use Biigle\Ifdo\Ifdo;
use PHPUnit\Framework\TestCase;

class IfdoTest extends TestCase
Expand Down

0 comments on commit 78a4c79

Please sign in to comment.