We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43e46dd + 6b0d62a commit 8fcbb50Copy full SHA for 8fcbb50
composer.json
@@ -7,7 +7,8 @@
7
"codebar-ag",
8
"laravel-docuware",
9
"codebar Solutions AG",
10
- "Ricoh Schweiz AG"
+ "Ricoh Schweiz AG",
11
+ "Docu Ware"
12
],
13
"homepage": "https://github.com/codebar-ag/laravel-docuware",
14
"license": "MIT",
@@ -20,7 +21,7 @@
20
21
},
22
{
23
"name": "Rhys Lees",
- "role": "Software-Developer"
24
+ "role": "Software-Engineer"
25
}
26
27
"require": {
src/DTO/Config/ConfigWithCredentials.php
@@ -12,7 +12,7 @@ final class ConfigWithCredentials
public string $url;
15
- public string $passphrase;
+ public ?string $passphrase;
16
17
public string $cacheDriver;
18
0 commit comments