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

This commit is contained in:
Jun Pataleta
2019-02-04 09:37:35 +08:00
parent a62e275984
commit 9b0cb96d42
+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.37.0",
"mikey179/vfsStream": "^1.6"
"mikey179/vfsstream": "^1.6"
}
}