{ "name": "nemiah/php-fints", "description": "PHP Library for the protocols fints and hbci", "homepage": "https://github.com/nemiah/phpFinTS", "version": "3.7.0", "license": "MIT", "autoload": { "psr-0": { "Fhp": "lib/", "Tests\\Fhp": "lib/" } }, "require": { "php": ">=8.0", "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" } }