Skip to content

Commit 626d457

Browse files
committed
Update project name and namespace
1 parent 7c7fb87 commit 626d457

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "phpwatch/php-keyword-enhancer",
2+
"name": "phpwatch/php-commitlog-builder",
33
"type": "library",
44
"require": {
55
"php": "^8.2"
@@ -10,12 +10,12 @@
1010
"license": "MIT",
1111
"autoload": {
1212
"psr-4": {
13-
"PHPWatch\\PhpKeywordEnhancer\\": "src/"
13+
"PHPWatch\\PHPCommitBuilder\\": "src/"
1414
}
1515
},
1616
"autoload-dev": {
1717
"psr-4": {
18-
"PHPWatch\\PhpKeywordEnhancer\\Tests\\": "tests/"
18+
"PHPWatch\\PHPCommitBuilder\\Tests\\": "tests/"
1919
}
2020
},
2121
"authors": [

src/KeywordEnhancer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace PHPWatch\PhpKeywordEnhancer;
3+
namespace PHPWatch\PHPCommitBuilder;
44

55
class KeywordEnhancer {
66
protected const CODIFY_PATTERNS = [

tests/KeywordEnhancerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22

3-
namespace PHPWatch\PhpKeywordEnhancer\Tests;
3+
namespace PHPWatch\PHPCommitBuilder\Tests;
44

5-
use PHPWatch\PhpKeywordEnhancer\KeywordEnhancer;
5+
use PHPWatch\PHPCommitBuilder\KeywordEnhancer;
66
use PHPUnit\Framework\TestCase;
77

88
class KeywordEnhancerTest extends TestCase {

0 commit comments

Comments
 (0)