- 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>
38 lines
1.3 KiB
PHP
Executable file
38 lines
1.3 KiB
PHP
Executable file
<?php return array(
|
|
'root' => array(
|
|
'name' => 'dolibarr/bankimport',
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'reference' => 'fc380892f035d3a48038c3c0cedef76fd0fec404',
|
|
'type' => 'dolibarr-module',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev' => true,
|
|
),
|
|
'versions' => array(
|
|
'dolibarr/bankimport' => array(
|
|
'pretty_version' => 'dev-main',
|
|
'version' => 'dev-main',
|
|
'reference' => 'fc380892f035d3a48038c3c0cedef76fd0fec404',
|
|
'type' => 'dolibarr-module',
|
|
'install_path' => __DIR__ . '/../../',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'nemiah/php-fints' => array(
|
|
'pretty_version' => '4.0.0',
|
|
'version' => '4.0.0.0',
|
|
'reference' => 'b37e6df7efd39b4e757537e782241d5abb6b2bb5',
|
|
'type' => 'library',
|
|
'install_path' => __DIR__ . '/../nemiah/php-fints',
|
|
'aliases' => array(),
|
|
'dev_requirement' => false,
|
|
),
|
|
'psr/log' => array(
|
|
'dev_requirement' => false,
|
|
'replaced' => array(
|
|
0 => '*',
|
|
),
|
|
),
|
|
),
|
|
);
|