MDL-48114 core: Add meta information to composer.json

This commit is contained in:
Rajesh Taneja 2016-06-09 07:33:29 +08:00
parent 4ee8ef5d41
commit 06b2c25662

View File

@ -1,4 +1,9 @@
{
"name": "moodle/moodle",
"license": "GPL-3.0",
"description": "Moodle - the world's open source learning platform",
"type": "project",
"homepage": "https://moodle.org",
"require-dev": {
"phpunit/phpunit": "4.8.*",
"phpunit/dbUnit": "1.4.*",