From 06b2c2566267c0e0542148ceff864362d36210cc Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Thu, 9 Jun 2016 07:33:29 +0800 Subject: [PATCH] MDL-48114 core: Add meta information to composer.json --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index b47b573e74d..168d50fd640 100644 --- a/composer.json +++ b/composer.json @@ -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.*",