{
    "name": "zerodha/phpkiteconnect",
    "description": "The PHP client library for the Kite Connect trading APIs Resources",
    "type": "library",
    "keywords": [
        "zerodha",
        "phpkiteconnect"
    ],
    "homepage": "https://github.com/zerodha/phpkiteconnect",
    "license": "MIT",
    "authors": [
        {
            "name": "zerodha",
            "email": "kite@zerodha.com",
            "role": "Owner"
        }
    ],
    "require": {
        "php": ">=8.0",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-zlib": "*",
        "guzzlehttp/guzzle": "^7.9",
        "guzzlehttp/psr7": "^2.7",
        "ratchet/pawl": "^0.4.3",
        "react/socket": "^1.16",
        "react/stream": "^1.4"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.0",
        "phpunit/phpunit": "^9.5 || ^10.0",
        "vimeo/psalm": "^5.0"
    },
    "autoload": {
        "psr-4": {
            "KiteConnect\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "KiteConnect\\Tests\\": "tests"
        }
    },
    "scripts": {
        "psalm": "vendor/bin/psalm",
        "test": "vendor/bin/phpunit",
        "test-coverage": "vendor/bin/phpunit --coverage-html coverage",
        "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
    },
    "config": {
        "sort-packages": true
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
