fix uppercase chars in package names (compatibility to Composer 2)

This commit is contained in:
Daniel Seifert 2021-03-30 09:29:31 +02:00
parent 10e9e7039e
commit d4ff9935a6
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"mikey179/vfsStream": "^1.6"
"mikey179/vfsstream": "^1.6"
}
}