File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" : [
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" ,
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments