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

This commit is contained in:
Jun Pataleta 2019-01-30 12:03:51 +08:00
parent a62e275984
commit 9b0cb96d42

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"
}
}