Skip to content

Commit

Permalink
Updated code to be compatible with php-etl/pipeline-contracts:0.5 and…
Browse files Browse the repository at this point in the history
… php-etl/satellite-contracts:0.1
  • Loading branch information
gplanchat committed Nov 21, 2023
1 parent 0afcc02 commit c06b089
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
68 changes: 34 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Workflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Kiboko\Component\Workflow;

use Kiboko\Contract\Pipeline\SchedulingInterface;
use Kiboko\Contract\Pipeline\WalkableInterface;
use Kiboko\Contract\Satellite\CodeInterface;
use Kiboko\Contract\Satellite\RunnableInterface;
use Kiboko\Contract\Satellite\SchedulingInterface;

class Workflow implements SchedulingInterface, RunnableInterface, WalkableInterface
{
Expand Down

0 comments on commit c06b089

Please sign in to comment.