-
- Downloads
changed project name to RwthMoodleApiLib
Showing
- clover.xml 64 additions, 64 deletionsclover.xml
- composer.json 3 additions, 3 deletionscomposer.json
- index.php 1 addition, 1 deletionindex.php
- reports/unitreport.xml 92 additions, 92 deletionsreports/unitreport.xml
- run_tests.sh 2 additions, 2 deletionsrun_tests.sh
- src/RwthMoodleApiLib/Controller/Announcement.php 10 additions, 10 deletionssrc/RwthMoodleApiLib/Controller/Announcement.php
- src/RwthMoodleApiLib/Controller/AnnouncementInterface.php 8 additions, 8 deletionssrc/RwthMoodleApiLib/Controller/AnnouncementInterface.php
- src/RwthMoodleApiLib/Controller/ApiController.php 13 additions, 13 deletionssrc/RwthMoodleApiLib/Controller/ApiController.php
- src/RwthMoodleApiLib/Controller/ApiControllerInterface.php 11 additions, 11 deletionssrc/RwthMoodleApiLib/Controller/ApiControllerInterface.php
- src/RwthMoodleApiLib/Controller/Assignment.php 10 additions, 10 deletionssrc/RwthMoodleApiLib/Controller/Assignment.php
- src/RwthMoodleApiLib/Controller/AssignmentInterface.php 8 additions, 8 deletionssrc/RwthMoodleApiLib/Controller/AssignmentInterface.php
- src/RwthMoodleApiLib/Controller/CourseRoom.php 10 additions, 10 deletionssrc/RwthMoodleApiLib/Controller/CourseRoom.php
- src/RwthMoodleApiLib/Controller/CourseRoomInterface.php 8 additions, 8 deletionssrc/RwthMoodleApiLib/Controller/CourseRoomInterface.php
- src/RwthMoodleApiLib/Controller/Download.php 10 additions, 10 deletionssrc/RwthMoodleApiLib/Controller/Download.php
- src/RwthMoodleApiLib/Controller/DownloadInterface.php 8 additions, 8 deletionssrc/RwthMoodleApiLib/Controller/DownloadInterface.php
- src/RwthMoodleApiLib/Controller/Email.php 10 additions, 10 deletionssrc/RwthMoodleApiLib/Controller/Email.php
- src/RwthMoodleApiLib/Controller/EmailInterface.php 8 additions, 8 deletionssrc/RwthMoodleApiLib/Controller/EmailInterface.php
- src/RwthMoodleApiLib/Controller/ExamResult.php 10 additions, 10 deletionssrc/RwthMoodleApiLib/Controller/ExamResult.php
- src/RwthMoodleApiLib/Controller/ExamResultInterface.php 8 additions, 8 deletionssrc/RwthMoodleApiLib/Controller/ExamResultInterface.php
- src/RwthMoodleApiLib/Controller/Hyperlink.php 10 additions, 10 deletionssrc/RwthMoodleApiLib/Controller/Hyperlink.php
| { | ||
| "name": "rwthmoodleapi/rwthmoodleapi", | ||
| "name": "rwthmoodleapilib/rwthmoodleapilib", | ||
| "type": "library", | ||
| "description": "A PHP library to remap the moodle api, to look like the L2P api.", | ||
| "keywords": [ | ||
| ... | ... | @@ -7,7 +7,7 @@ |
| "Moodle", | ||
| "L2P" | ||
| ], | ||
| "homepage": "https://git.rwth-aachen.de/moodle_l2p_public/rwth_moodle_api", | ||
| "homepage": "https://git.rwth-aachen.de/moodle_l2p_public/rwth_moodle_api_lib.git", | ||
| "license": "GPLv3", | ||
| "authors": [ | ||
| { | ||
| ... | ... | @@ -25,7 +25,7 @@ |
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "RwthMoodleApi\\": "src/RwthMoodleApi/" | ||
| "RwthMoodleApiLib\\": "src/RwthMoodleApiLib/" | ||
| } | ||
| }, | ||
| "scripts": { | ||
| ... | ... | |
| ... | ... |
This diff is collapsed.
Please sign in to comment
