Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
Use lowercase package name for vfsStream - deprecated in composer
Browse files Browse the repository at this point in the history
Warning is "Deprecation warning: require-dev.mikey179/vfsStream is invalid, it should not contain uppercase characters. Please use mikey179/vfsstream instead. Make sure you fix this as Composer 2.0 will error."
  • Loading branch information
robbieaverill committed Jan 31, 2019
1 parent 0a49158 commit c26b4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"mikey179/vfsStream": "^1.6"
"mikey179/vfsstream": "^1.6"
},
"extra": {
"project-files": []
Expand Down

0 comments on commit c26b4c3

Please sign in to comment.