Skip to content

Commit

Permalink
Removed default composer license value
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wright <[email protected]>
  • Loading branch information
betterthanclay committed Oct 30, 2023
1 parent e30be9c commit ccdf43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Removed default composer license value
* Refactored package file structure

## v0.1.6 (2023-10-16)
Expand Down
4 changes: 1 addition & 3 deletions src/Manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ public function getLicense(): string|array|null
return Coercion::toStringOrNull(array_pop($arr));
}

return $this->data->license->as('?string', [
'default' => 'proprietary'
]);
return $this->data->license->as('?string');
}

/**
Expand Down

0 comments on commit ccdf43a

Please sign in to comment.