{
    "name": "abivia/ledger",
    "type": "library",
    "description": "General Ledger and Journal Accounting Package for Laravel with JSON API",
    "keywords": [
        "abivia",
        "accounting",
        "journal",
        "laravel",
        "ledger"
    ],
    "authors": [
        {
            "name": "Alan Langford",
            "email": "ledger@abivia.com",
            "homepage": "https://ledger.abivia.com",
            "role": "Developer"
        }
    ],
    "license": "MIT",
    "require": {
        "php": "^8.0|^8.1",
        "ext-bcmath": "*",
        "ext-json": "*",
        "ext-pdo": "*",
        "abivia/hydration": "^2.5"
    },
    "require-dev": {
        "ext-pdo_sqlite": "*",
        "doctrine/dbal": "^3.2",
        "nunomaduro/phpinsights": "^2.6",
        "opis/json-schema": "^2.2",
        "orchestra/testbench": "^6.0",
        "phpunit/phpunit": "^9.5.8"
    },
    "autoload": {
        "psr-4": {
            "Abivia\\Ledger\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Abivia\\Ledger\\Tests\\": "tests/"
        }
    },
    "extra": {
        "laravel": {
            "providers": [
                "Abivia\\Ledger\\LedgerServiceProvider"
            ]
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true
}
