Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee8ef5
)
MDL-48114 core: Add meta information to composer.json
author
Rajesh Taneja
<rajesh@moodle.com>
Wed, 8 Jun 2016 23:33:29 +0000
(07:33 +0800)
committer
Rajesh Taneja
<rajesh@moodle.com>
Thu, 9 Jun 2016 22:29:16 +0000
(06:29 +0800)
composer.json
patch
|
blob
|
blame
|
history
diff --git
a/composer.json
b/composer.json
index
b47b573
..
168d50f
100644
(file)
--- 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.*",