Skip to content

Commit

Permalink
Update readme/changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Sep 5, 2014
1 parent 63c3f78 commit a7bc2ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.3.0 (2014-09-05)

* Added parsing to an associative array via JsonParser::PARSE_TO_ASSOC
* Fixed a warning when rendering parse errors on empty lines

### 1.2.0 (2014-07-20)

* Added support for linting multiple files at once in bin/jsonlint
Expand Down
6 changes: 5 additions & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ $parser->parse($json);
Installation
------------

For a quick install with Composer use:

$ composer require seld/jsonlint

JSON Lint can easily be used within another app if you have a
[PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md)
autoloader, or it can be installed through [Composer](http://packagist.org/)
autoloader, or it can be installed through [Composer](https://getcomposer.org/)
for use as a CLI util.
Once installed via Composer you can run the following command to lint a json file or URL:

Expand Down

0 comments on commit a7bc2ec

Please sign in to comment.