- 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>
70 lines
2.4 KiB
JSON
Executable file
70 lines
2.4 KiB
JSON
Executable file
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "32eb1d84f3157a4dee83ef5a81763257",
|
|
"packages": [
|
|
{
|
|
"name": "nemiah/php-fints",
|
|
"version": "4.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nemiah/phpFinTS.git",
|
|
"reference": "b37e6df7efd39b4e757537e782241d5abb6b2bb5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nemiah/phpFinTS/zipball/b37e6df7efd39b4e757537e782241d5abb6b2bb5",
|
|
"reference": "b37e6df7efd39b4e757537e782241d5abb6b2bb5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-mbstring": "*",
|
|
"php": ">=8.3",
|
|
"psr/log": "^1|^2|^3"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.0",
|
|
"php-mock/php-mock-phpunit": "^2.6",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"suggest": {
|
|
"abcaeffchen/sephpa": "1.*",
|
|
"monolog/monolog": "Allow sending log messages to a variety of different handlers",
|
|
"nemiah/php-sepa-xml": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Fhp": "lib/",
|
|
"Tests\\Fhp": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "PHP Library for the protocols fints and hbci",
|
|
"homepage": "https://github.com/nemiah/phpFinTS",
|
|
"support": {
|
|
"issues": "https://github.com/nemiah/phpFinTS/issues",
|
|
"source": "https://github.com/nemiah/phpFinTS/tree/4.0"
|
|
},
|
|
"time": "2026-01-16T07:56:30+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=8.0"
|
|
},
|
|
"platform-dev": {},
|
|
"plugin-api-version": "2.9.0"
|
|
}
|