- php-fints Bibliothek von 3.7.0 auf 4.0.0 aktualisiert - Parser-Fix: Ignoriert zusätzliche Bank-Felder statt Exception - HKEKA Segmente implementiert (HIEKASv5, HKEKAv5, HIEKAv5) - HKKAA Segmente implementiert (HIKAASv1, HKKAAv1) - GetStatementFromArchive und GetElectronicStatement Actions HINWEIS: HKKAA/HKEKA funktionieren noch nicht mit VR Bank (Fehler "unerwarteter Aufbau wrt DE 2" - Kontoverbindungsformat) Normale Funktionalität (Transaktionsimport) ist nicht betroffen. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
39 lines
895 B
JSON
39 lines
895 B
JSON
{
|
|
"name": "nemiah/php-fints",
|
|
"description": "PHP Library for the protocols fints and hbci",
|
|
"homepage": "https://github.com/nemiah/phpFinTS",
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Fhp": "lib/",
|
|
"Tests\\Fhp": "lib/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.3",
|
|
"psr/log": "^1|^2|^3",
|
|
"ext-curl": "*",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5",
|
|
"php-mock/php-mock-phpunit": "^2.6",
|
|
"friendsofphp/php-cs-fixer": "^3.0"
|
|
},
|
|
"suggest": {
|
|
"monolog/monolog": "Allow sending log messages to a variety of different handlers",
|
|
"abcaeffchen/sephpa": "1.*",
|
|
"nemiah/php-sepa-xml": "dev-master"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"phpunit"
|
|
],
|
|
"check": [
|
|
"@cs"
|
|
],
|
|
"cs": "php-cs-fixer fix -v --diff --dry-run",
|
|
"cs-fix": "php-cs-fixer fix -v --diff"
|
|
}
|
|
}
|