Skip to content

Commit aaa9ad8

Browse files
committed
Upd Keyring signature. Bump version.
1 parent ff56d32 commit aaa9ad8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ebics-api/ebics-client-php",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"type": "library",
55
"description": "PHP library to communicate with bank through EBICS protocol.",
66
"keywords": [
@@ -35,9 +35,9 @@
3535
"require-dev": {
3636
"ebics-api/cfonb-php": "^1.0",
3737
"ebics-api/mt942-php": "^1.0",
38-
"phpseclib/phpseclib": "~2.0.49",
38+
"phpseclib/phpseclib": "~2.0.51",
3939
"phpstan/phpstan": "~1.9.18",
40-
"phpunit/phpunit": "~9.6.29",
40+
"phpunit/phpunit": "~9.6.34",
4141
"psr/http-client": "^1.0",
4242
"psr/http-factory": "^1.1",
4343
"setasign/fpdf": "^1.8",

src/Models/Keyring.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ public function getPassword(): string
156156
}
157157

158158
/**
159-
* @param X509GeneratorInterface $x509Generator
159+
* @param X509GeneratorInterface|null $x509Generator
160160
*/
161-
public function setCertificateGenerator(X509GeneratorInterface $x509Generator): void
161+
public function setCertificateGenerator(?X509GeneratorInterface $x509Generator): void
162162
{
163163
$this->x509Generator = $x509Generator;
164164
}

0 commit comments

Comments
 (0)