{
    "name": "finc/boss-module",
    "description": "Module for BOSS Webservice",
    "license": "GPL-2.0",
    "authors": [
        {
            "name": "Gregor Gawol",
            "email": "gawol@ub.uni-leipzig.de"
        }
    ],
    "require": {
        "php": ">=7.1",
        "finc/vufindhttp-psrcompat": "dev-master",
        "finc/vufindresolver-libmapper": "dev-master",
        "psr/http-client": "^1.0",
        "guzzlehttp/psr7": "^1.4",
        "ext-json": "*",
        "symfony/serializer": "^3.4",
        "symfony/property-info": "^3.4"
    },
    "autoload": {
        "psr-4": {
            "finc\\Boss\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "finc\\Boss\\tests": "tests/"
        }
    },
    "scripts": {
        "test": "phpunit --bootstrap vendor/autoload.php tests"
    },
    "extra": {
        "vufind": {
            "themes": {
                "res/theme": "boss"
            }
        }
    }
}