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
|
compact
(merge:
97e0cc8
06b2c25
)
Merge branch 'wip-mdl-48114' of https://github.com/rajeshtaneja/moodle
author
Andrew Nicols
<andrew@nicols.co.uk>
Mon, 4 Jul 2016 04:18:34 +0000
(12:18 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Mon, 4 Jul 2016 04:18:34 +0000
(12:18 +0800)
1
2
composer.json
patch
|
diff1
|
diff2
|
blob
|
history
diff --combined
composer.json
index
ee734d8
,
168d50f
..
73e59f1
---
1
/
composer.json
---
2
/
composer.json
+++ b/
composer.json
@@@
-1,7
-1,12
+1,12
@@@
{
+ "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.*",
- "moodlehq/behat-extension": "3.3
1.2
"
+ "moodlehq/behat-extension": "3.3
2.1
"
}
}