Skip to content

Commit

Permalink
Renamed package + updated namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Apr 18, 2023
1 parent 0bc9a13 commit 1d2bc68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "php-etl/job-contracts",
"description": "This library describes contracts for defining job formats",
"name": "php-etl/satellite-contracts",
"description": "This library describes contracts for defining satellite formats",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -23,7 +23,7 @@
},
"autoload": {
"psr-4": {
"Kiboko\\Contract\\Job\\": "src/"
"Kiboko\\Contract\\Satellite\\": "src/"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion src/RunnableInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Kiboko\Contract\Job;
namespace Kiboko\Contract\Satellite;

interface RunnableInterface
{
Expand Down
10 changes: 0 additions & 10 deletions src/SchedulingInterface.php

This file was deleted.

0 comments on commit 1d2bc68

Please sign in to comment.