Skip to content

Commit c06b089

Browse files
committed
Updated code to be compatible with php-etl/pipeline-contracts:0.5 and php-etl/satellite-contracts:0.1
1 parent 0afcc02 commit c06b089

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

composer.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Workflow.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace Kiboko\Component\Workflow;
44

5-
use Kiboko\Contract\Pipeline\SchedulingInterface;
65
use Kiboko\Contract\Pipeline\WalkableInterface;
76
use Kiboko\Contract\Satellite\CodeInterface;
87
use Kiboko\Contract\Satellite\RunnableInterface;
8+
use Kiboko\Contract\Satellite\SchedulingInterface;
99

1010
class Workflow implements SchedulingInterface, RunnableInterface, WalkableInterface
1111
{

0 commit comments

Comments
 (0)