-
Mike McGowan authored
Applied Moodle coding style, moved all tests into tests/ directory, got tests passing under Moodle's PHPUnit test framework
Mike McGowan authoredApplied Moodle coding style, moved all tests into tests/ directory, got tests passing under Moodle's PHPUnit test framework
This project manages its dependencies using Composer.
Learn more
composer.json 749 B
{
"name": "xAPI-vle/moodle-logstore-xapi",
"license": "GPL v3",
"autoload": {
"psr-4": {
"logstore_xapi\\": "classes/",
"Tests\\": "tests/",
"XREmitter\\": "lib/emitter/src/",
"XREmitter\\Tests\\": "tests/lib/emitter/",
"LogExpander\\": "lib/expander/src/",
"LogExpander\\Tests\\": "tests/lib/expander/",
"MXTranslator\\": "lib/translator/src/",
"MXTranslator\\Tests\\": "tests/lib/translator/"
}
},
"require-dev": {
"learninglocker/statementfactory": "~0.0"
},
"require": {
"php": "~5.5 || ^7.0.3",
"rusticisoftware/tincan": "1.0.0"
},
"prefer-stable": true,
"minimum-stability": "dev"
}