Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Added the `CPR / Navn validering` element to allowed recipient element names
[PR-43](https://github.com/itk-dev/os2forms_digital_post/pull/43)

## Changed

- Changed composer name to `os2forms/os2forms_digital_post`
[PR-47](https://github.com/itk-dev/os2forms_digital_post/pull/47)

## [2.0.1]

## Changed
Expand Down
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "itk-dev/os2forms_digital_post",
"name": "os2forms/os2forms_digital_post",
"description": "Provides integration to Print service provided by Serviceplatformen.",
"type": "drupal-module",
"license": "MIT",
"authors": [
{
"name": "Lars Steen Risom",
"email": "[email protected]"
"name": "Lars Steen Risom"
},
{
"name": "Mikkel Ricky",
"email": "[email protected]"
}
],
"repositories": {
Expand Down