{
    "name": "scriptotek/marc",
    "type": "library",
    "description": "Simple interface to parsing MARC records using File_MARC",
    "keywords": ["marc"],
    "license": "MIT",
    "authors": [
        {
            "name": "Dan Michael O. Heggø",
            "email": "d.m.heggo@ub.uio.no"
        }
    ],
    "require": {
        "php": ">=8.0",
        "ext-xml": "*",
        "ext-json": "*",
        "ext-simplexml": "*",
        "ck/file_marc_reference": "^1.2",
        "pear/file_marc": "@dev"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.0 | ^9.0",
        "squizlabs/php_codesniffer": "^3.3"
    },
    "autoload": {
        "psr-4": {
            "Scriptotek\\Marc\\": "src/",
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "phpunit"
    }
}
