Skip to content

Commit d3523d8

Browse files
committed
Updating package name in composer.json
1 parent ed70c72 commit d3523d8

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
@@ -1,5 +1,5 @@
11
{
2-
"name": "orware/compressed-strings",
2+
"name": "orware/compressed-string",
33
"description": "Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.",
44
"require-dev": {
55

0 commit comments

Comments
 (0)