Skip to content

Commit e43cc43

Browse files
authored
Merge pull request #45 from doesntmattr/fix/composer-2-lowercase-requirement
Packagist will not update until composer.json is all lowercase
2 parents 9b3145c + f621b37 commit e43cc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"phpunit/phpunit": "^7.0",
2424
"friendsofphp/php-cs-fixer": "^2.0",
25-
"mikey179/vfsStream": "1.*"
25+
"mikey179/vfsstream": "1.*"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)