Skip to content
Snippets Groups Projects
composer.json 633 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": {
        "php": "~5.5 || ^7.0.3",
Ryan Smith's avatar
Ryan Smith committed
    },
    "prefer-stable": true,
    "minimum-stability": "dev"
}