Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 5ad0802

Browse files
authored
Merge pull request #47 from itk-dev/feature/composer-vendor-name
Updated name and authors
2 parents 6191d30 + 3e26bb8 commit 5ad0802

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Versioning](https://semver.org/spec/v2.0.0.html).
1414
- Added the `CPR / Navn validering` element to allowed recipient element names
1515
[PR-43](https://github.com/itk-dev/os2forms_digital_post/pull/43)
1616

17+
## Changed
18+
19+
- Changed composer name to `os2forms/os2forms_digital_post`
20+
[PR-47](https://github.com/itk-dev/os2forms_digital_post/pull/47)
21+
1722
## [2.0.1]
1823

1924
## Changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
2-
"name": "itk-dev/os2forms_digital_post",
2+
"name": "os2forms/os2forms_digital_post",
33
"description": "Provides integration to Print service provided by Serviceplatformen.",
44
"type": "drupal-module",
55
"license": "MIT",
66
"authors": [
77
{
8-
"name": "Lars Steen Risom",
9-
"email": "[email protected]"
8+
"name": "Lars Steen Risom"
9+
},
10+
{
11+
"name": "Mikkel Ricky",
12+
"email": "[email protected]"
1013
}
1114
],
1215
"repositories": {

0 commit comments

Comments
 (0)