MNT: Fix casing in composer.json

This commit is contained in:
Sam Minnee 2020-10-13 16:25:20 +13:00
parent c9652ee5d4
commit 2e2fe0718d
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@
"silverstripe/cms": "~3.2"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
"phpunit/phpunit": "~3.7@stable"
}
}