Skip to content

Commit a7bc2ec

Browse files
committed
Update readme/changelog
1 parent 63c3f78 commit a7bc2ec

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.mdown

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.3.0 (2014-09-05)
2+
3+
* Added parsing to an associative array via JsonParser::PARSE_TO_ASSOC
4+
* Fixed a warning when rendering parse errors on empty lines
5+
16
### 1.2.0 (2014-07-20)
27

38
* Added support for linting multiple files at once in bin/jsonlint

README.mdown

+5-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ $parser->parse($json);
3232
Installation
3333
------------
3434

35+
For a quick install with Composer use:
36+
37+
$ composer require seld/jsonlint
38+
3539
JSON Lint can easily be used within another app if you have a
3640
[PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md)
37-
autoloader, or it can be installed through [Composer](http://packagist.org/)
41+
autoloader, or it can be installed through [Composer](https://getcomposer.org/)
3842
for use as a CLI util.
3943
Once installed via Composer you can run the following command to lint a json file or URL:
4044

0 commit comments

Comments
 (0)