Skip to content

Commit b51f96c

Browse files
authored
Merge pull request bshaffer#794 from theboolean/patch-1
Fix typo in composer.json
2 parents bef1972 + abc50df commit b51f96c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"predis/predis": "Required to use Redis storage",
3030
"thobbs/phpcassa": "Required to use Cassandra storage",
3131
"aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
32-
"firebase/php-jwt": "~1.1 is required to use MondoDB storage"
32+
"firebase/php-jwt": "~2.2 is required to use JWT features",
33+
"mongodb/mongodb": "^1.1 is required to use MongoDB storage"
3334
}
3435
}

0 commit comments

Comments
 (0)