Skip to content

Commit d90d402

Browse files
committed
Renamed package
1 parent 053a6c7 commit d90d402

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "php-etl/cache-flow",
2+
"name": "php-etl/cached-flow",
33
"type": "library",
44
"license": "MIT",
55
"autoload": {
66
"psr-4": {
7-
"Kiboko\\Component\\Flow\\Cache\\": "src/"
7+
"Kiboko\\Component\\Flow\\Cached\\": "src/"
88
}
99
},
1010
"authors": [

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Lookup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
namespace Kiboko\Component\Flow\Cache;
3+
namespace Kiboko\Component\Flow\Cached;
44

55
use Kiboko\Component\Bucket\ComplexResultBucket;
66
use Kiboko\Contract\Pipeline\TransformerInterface;

0 commit comments

Comments
 (0)