Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit da797f5

Browse files
committed
Fix composer deprecation warning about uppercase characters in mikey179/vfsStream
1 parent 2831824 commit da797f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require-dev": {
2424
"jasny/php-code-quality": "^2.1",
25-
"mikey179/vfsStream": "^1.6"
25+
"mikey179/vfsstream": "^1.6"
2626
},
2727
"provide": {
2828
"psr/http-message-implementation": "~1.0.0"

0 commit comments

Comments
 (0)