{
    "name": "theorchard/accounting_run",
    "description": "Extracted accounting run scripts from theorchard/orchard",
    "require": {
        "php": ">=7.3",
        "ext-phpiredis": "*",
        "monolog/monolog": "^1.24",
        "predis/predis": "^1.1"
    },
    "require-dev": {
        "phpmd/phpmd": "^2.6",
        "friendsofphp/php-cs-fixer": "^2.14",
        "phpstan/phpstan": "^0.11.5",
        "squizlabs/php_codesniffer": "^3.4",
        "symfony/dotenv": "^4.2",
        "phpunit/phpunit": "^8.1"
    },
    "autoload": {
        "psr-4": {
            "Orchard\\Accounting\\": "src/Accounting/",
            "Orchard\\Accounting\\Exception\\": "src/Exception/",
            "Orchard\\Accounting\\Fee\\": "src/Fee/",
            "Orchard\\Accounting\\Ledger\\": "src/Ledger/",
            "Orchard\\Accounting\\Period\\": "src/Period/",
            "Orchard\\Accounting\\Process\\": "src/Process/",
            "Orchard\\Accounting\\Rule\\": "src/Rule/",
            "Orchard\\Accounting\\Sale\\": "src/Sale/",
            "Orchard\\Contract\\": "src/Contract/",
            "Util\\": "src/Util/",
            "Util\\PolyglotCache\\": "src/PolyglotCache/",
            "Orchard\\Accounting\\Test\\": "tests/integration/"
        },
        "files": [
            "src/bootstrap.php"
        ]
    }
}
