Skip to content

Commit

Permalink
Update changelog, switch to psr-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 20, 2014
1 parent 8ccc1a2 commit 9cae56d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.2.0 (2014-07-20)

* Added support for linting multiple files at once in bin/jsonlint
* Added a -q/--quiet flag to suppress the output
* Fixed error output being on STDOUT instead of STDERR
* Fixed parameter parsing

### 1.1.2 (2013-11-04)

* Fixed handling of Unicode BOMs to give a better failure hint
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "Seld\\JsonLint": "src/" }
"psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" }
},
"bin": ["bin/jsonlint"]
}

0 comments on commit 9cae56d

Please sign in to comment.