Skip to content

Commit 8fcbb50

Browse files
authored
Merge pull request #173 from codebar-ag/feature-styles
Feature Styles
2 parents 43e46dd + 6b0d62a commit 8fcbb50

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"codebar-ag",
88
"laravel-docuware",
99
"codebar Solutions AG",
10-
"Ricoh Schweiz AG"
10+
"Ricoh Schweiz AG",
11+
"Docu Ware"
1112
],
1213
"homepage": "https://github.com/codebar-ag/laravel-docuware",
1314
"license": "MIT",
@@ -20,7 +21,7 @@
2021
},
2122
{
2223
"name": "Rhys Lees",
23-
"role": "Software-Developer"
24+
"role": "Software-Engineer"
2425
}
2526
],
2627
"require": {

src/DTO/Config/ConfigWithCredentials.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class ConfigWithCredentials
1212

1313
public string $url;
1414

15-
public string $passphrase;
15+
public ?string $passphrase;
1616

1717
public string $cacheDriver;
1818

0 commit comments

Comments
 (0)