- HKEKA v3/v4/v5 Segmente fuer phpFinTS implementiert (VR Bank unterstuetzt kein HKEKP) - GetElectronicStatement Action mit Base64-Erkennung und Quittungscode - PDF-Deduplizierung per MD5 (Bank sendet identische Saldenmitteilungen) - Saldenmitteilungen ohne Auszugsnummer werden uebersprungen - Datums-Validierung: 30.02. (Bank-Konvention) wird auf 28.02. korrigiert - Numerische Sortierung fuer statement_number (CAST statt String-Sort) - Jahr-Filter: statement_year=0 ausgeschlossen - Menue/Button: "Kontoauszuege" -> "Umsaetze" (statements.php zeigt MT940, nicht PDFs) - Redirect nach FinTS-Abruf auf aktuelles Jahr statt year=0 Co-Authored-By: Claude Opus 4.6 <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": "cfc07b7e6c4a3dcfdcd6e754983b1a9b",
|
|
"packages": [
|
|
{
|
|
"name": "nemiah/php-fints",
|
|
"version": "3.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nemiah/phpFinTS.git",
|
|
"reference": "08257e10229db2d4ca8c54ed7fec0f390b332519"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nemiah/phpFinTS/zipball/08257e10229db2d4ca8c54ed7fec0f390b332519",
|
|
"reference": "08257e10229db2d4ca8c54ed7fec0f390b332519",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-mbstring": "*",
|
|
"php": ">=8.0",
|
|
"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/3.7"
|
|
},
|
|
"time": "2025-10-14T15:05:56+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"
|
|
}
|