Skip to content

Commit ad8cf5b

Browse files
committed
Update version number and add zlib suggestion
1 parent 0526bd7 commit ad8cf5b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nerou/large-array-buffer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
@@ -13,7 +13,8 @@
1313
],
1414
"suggest": {
1515
"ext-json": "Requirement of toJSONFile() method",
16-
"ext-lz4": "To enable support of LZ4 compression",
16+
"ext-zlib": "To enable support for GZIP compression",
17+
"ext-lz4": "To enable support for LZ4 compression",
1718
"ext-igbinary": "To enable support for igbinary serializer"
1819
},
1920
"require": {

0 commit comments

Comments
 (0)