Skip to content
Snippets Groups Projects
composer.json 601 B
Newer Older
Ryan Smith's avatar
Ryan Smith committed
{
    "name": "jlowe64/moodle-logstore-xapi",
    "license": "GPL v3",
    "autoload": {
        "psr-4": {
          "logstore_xapi\\": "classes/",
          "Tests\\": "tests/"
Ryan Smith's avatar
Ryan Smith committed
        }
    },
    "require-dev": {
Ryan Smith's avatar
Ryan Smith committed
    },
    "require": {
        "rusticisoftware/tincan": "0.12.*",
Ryan Smith's avatar
Ryan Smith committed
    },
    "prefer-stable": true,
    "minimum-stability": "dev"
}