-
- Downloads
Merge branch 'master' of https://git.rwth-aachen.de/moodle_l2p_public/rwth_moodle_api
{ | ||
"name": "rwthmoodleapi/rwthmoodleapi", | ||
"type": "library", | ||
"description": "A PHP library to remap the moodle api, to look like the L2P api.", | ||
"keywords": [ | ||
"Rwth", | ||
"Moodle", | ||
"L2P" | ||
], | ||
"homepage": "https://git.rwth-aachen.de/moodle_l2p_public/rwth_moodle_api", | ||
"license": "GPLv3", | ||
"authors": [ | ||
{ | ||
"name": "Marco Schlicht", | ||
"email": "schlicht@itc.rwth-aachen.de", | ||
"homepage": "https://git.rwth-aachen.de/marcoschlicht", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"guzzlehttp/guzzle": "~6.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "6.*" | ||
}, | ||
"autoload": { | ||
"psr-0": {"": "src/"} | ||
}, | ||
"scripts": { | ||
"test": "./run_tests.sh", | ||
"testdox": "./run_testdox.sh" | ||
} | ||
} |
index.php
0 → 100644
Please register or sign in to comment