MDL-64725 composer: Use lowercase for package name of dev dependencies

This commit is contained in:
Jun Pataleta
2019-02-04 09:36:53 +08:00
parent 06c98804f8
commit d403ff368e
+2 -2
View File
@@ -6,8 +6,8 @@
"homepage": "https://moodle.org",
"require-dev": {
"phpunit/phpunit": "6.5.*",
"phpunit/dbUnit": "3.0.*",
"phpunit/dbunit": "3.0.*",
"moodlehq/behat-extension": "3.35.1",
"mikey179/vfsStream": "^1.6"
"mikey179/vfsstream": "^1.6"
}
}