Skip to content

Commit 1d2bc68

Browse files
committed
Renamed package + updated namespace
1 parent 0bc9a13 commit 1d2bc68

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "php-etl/job-contracts",
3-
"description": "This library describes contracts for defining job formats",
2+
"name": "php-etl/satellite-contracts",
3+
"description": "This library describes contracts for defining satellite formats",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
@@ -23,7 +23,7 @@
2323
},
2424
"autoload": {
2525
"psr-4": {
26-
"Kiboko\\Contract\\Job\\": "src/"
26+
"Kiboko\\Contract\\Satellite\\": "src/"
2727
}
2828
},
2929
"config": {

src/RunnableInterface.php

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

33
declare(strict_types=1);
44

5-
namespace Kiboko\Contract\Job;
5+
namespace Kiboko\Contract\Satellite;
66

77
interface RunnableInterface
88
{

src/SchedulingInterface.php

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)