{
    "name": "jlowe64/moodle-logstore-xapi",
    "license": "GPL v3",
    "autoload": {
        "psr-4": {
          "logstore_xapi\\": "classes/",
          "Tests\\": "tests/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "~4.6",
        "learninglocker/statementfactory": "~0.0"
    },
    "require": {
        "rusticisoftware/tincan": "0.12.*",
        "learninglocker/moodle-log-expander": "~0.2",
        "learninglocker/moodle-xapi-translator": "~0.2",
        "learninglocker/xapi-recipe-emitter": "~0.2"
    },
    "prefer-stable": true,
    "minimum-stability": "dev"
}