Skip to content
Snippets Groups Projects
composer.json 646 B
Newer Older
Gregor Gawol's avatar
Gregor Gawol committed
{
    "name": "finc/rvk-tree",
    "description": "Module for RVK tree",
    "license": "GPL-2.0",
    "authors": [
        {
            "name": "Gregor Gawol",
            "email": "gawol@ub.uni-leipzig.de"
        },
        {
            "name": "Robert Lange",
            "email": "lange@ub.uni-leipzig.de"
Gregor Gawol's avatar
Gregor Gawol committed
        }
    ],
    "require": {
        "php": ">=7.1",
Gregor Gawol's avatar
Gregor Gawol committed
    },
    "autoload": {
        "psr-4": {
            "finc\\Rvktree\\": "src/"
        }
    },
    "extra": {
        "vufind": {
            "themes": {
                "res/theme": "rvktree"
            }
        }
    }
}