Skip to content

Commit b956eea

Browse files
committed
Fixed namespace + updated dependencies
1 parent 5c85dbb commit b956eea

File tree

3 files changed

+73
-19
lines changed

3 files changed

+73
-19
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"php": "^8.2",
2020
"php-etl/console-state": "*",
2121
"php-etl/action-contracts": "0.1.*",
22+
"php-etl/satellite-contracts": "0.1.*",
2223
"symfony/console": "^6.0"
2324
},
2425
"autoload": {

composer.lock

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

src/ActionRuntimeInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use Kiboko\Contract\Action\ActionInterface;
88
use Kiboko\Contract\Action\StateInterface;
9-
use Kiboko\Contract\Job\RunnableInterface;
9+
use Kiboko\Contract\Satellite\RunnableInterface;
1010

1111
interface ActionRuntimeInterface extends RunnableInterface
1212
{

0 commit comments

Comments
 (0)