{
    "name": "fintecture\/fintecture-sdk-php",
    "type": "library",
    "version": "2.6.0",
    "description": "PHP library for the Fintecture API.",
    "keywords": [
        "fintecture",
        "payment",
        "bank"
    ],
    "homepage": "https:\/\/github.com\/Fintecture\/fintecture-sdk-php",
    "license": "MIT",
    "authors": [
        {
            "name": "Fintecture Team",
            "email": "developer@fintecture.com",
            "homepage": "https:\/\/www.fintecture.com"
        }
    ],
    "require": {
        "php": ">=7.2",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "ext-openssl": "*",
        "psr\/http-client-implementation": "*",
        "psr\/http-factory": "*",
        "psr\/http-client": "*",
        "php-http\/discovery": "*",
        "php-http\/message": "*"
    },
    "require-dev": {
        "ext-dom": "*",
        "ext-zip": "*",
        "phpunit\/phpunit": "^8 || ^9 || ^10 || ^11",
        "phpstan\/phpstan": "^1",
        "php-http\/mock-client": "*",
        "guzzlehttp\/psr7": "^2",
        "mikey179\/vfsstream": "^1.6"
    },
    "autoload": {
        "psr-4": {
            "FintectureWC\\Fintecture\\": "src\/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "FintectureWC\\Fintecture\\Tests\\": "tests\/"
        }
    },
    "config": {
        "allow-plugins": {
            "php-http\/discovery": false
        }
    }
}