{
    "name": "burgerbibliothek/ark-management-tools",
    "description": "PHP library for minting / validating Archival Resource Keys (ARK) and managing Electronic Resource Citation (ERC) Records.",
    "type": "library",
    "require": {
        "php": "^8.3"
    },
    "require-dev": {
        "phpdocumentor/shim": "^3.9",
        "phpunit/phpunit": "^11.2",
        "phpstan/phpstan": "^2.0",
        "vimeo/psalm": "^6.13"
    },
    "extra": {
        "branch-alias": {
            "dev-main": "0.0.x-dev"
        }
    },
    "license": "MIT",
    "authors": [
        {
            "role": "Digital Archivist",
            "name": "Gionathan Diani",
            "email": "gionathan.diani@burgerbib.ch"
        }
    ],
    "autoload": {
        "psr-4": {
            "Burgerbibliothek\\ArkManagementTools\\" : "src"
        }
    },
    "config": {
        "allow-plugins": {
            "phpdocumentor/shim": true
        }
    }
}
