File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ API documentation for the library can be generated using Sami and found
25
25
[ ![ Travis] ( https://img.shields.io/travis/violet-php/streaming-json-encoder.svg?style=flat-square )] ( https://travis-ci.org/violet-php/streaming-json-encoder )
26
26
[ ![ Scrutinizer] ( https://img.shields.io/scrutinizer/g/violet-php/streaming-json-encoder.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/violet-php/streaming-json-encoder/ )
27
27
[ ![ Scrutinizer Coverage] ( https://img.shields.io/scrutinizer/coverage/g/violet-php/streaming-json-encoder.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/violet-php/streaming-json-encoder/ )
28
- [ ![ Packagist] ( https://img.shields.io/packagist/v/violet/streaming-json-encoder.svg )] ( https://packagist.org/packages/violet/streaming-json-encoder )
28
+ [ ![ Packagist] ( https://img.shields.io/packagist/v/violet/streaming-json-encoder.svg?style=flat-square )] ( https://packagist.org/packages/violet/streaming-json-encoder )
29
29
30
30
## Requirements ##
31
31
@@ -40,9 +40,9 @@ The easiest way to install this library is to use Composer to handle your
40
40
dependencies. In order to install this library via Composer, simply follow
41
41
the following two steps:
42
42
43
- 1 . Acquire the ` composer.phar ` by running in your project root the
44
- Command-line installation script found at the [ Composer
45
- Download ] ( https://getcomposer.org/download/ ) page .
43
+ 1 . Acquire the ` composer.phar ` by running the Composer [ Command-line
44
+ installation script] ( https://getcomposer.org/download/ ) in your project
45
+ root .
46
46
2 . Once you've run the installation script, you should have a ` composer.phar `
47
47
file in you project root and you can run the following command:
48
48
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " violet/streaming-json-encoder" ,
3
3
"type" : " library" ,
4
- "description" : " Library for encoding large data sets in JSON " ,
4
+ "description" : " Library for iteratively encoding large JSON documents piece by piece " ,
5
5
"homepage" : " http://violet.riimu.net" ,
6
6
"keywords" : [
7
+ " streaming" ,
7
8
" json" ,
8
- " encoder"
9
+ " encoder" ,
10
+ " psr-7"
9
11
],
10
12
"license" : " MIT" ,
11
13
"authors" : [
You can’t perform that action at this time.
0 commit comments