Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenekdrahos committed Jan 27, 2016
1 parent 3b7d8b1 commit 60c1c71
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

# Changelog

## v1.3.0

* [#13](https://github.com/EdgedesignCZ/phpqa/issues/13) Option for disabling parallel execution
* [#861](https://github.com/squizlabs/PHP_CodeSniffer/issues/861) Upgrade CodeSniffer
* Add [support](https://getcomposer.org/doc/04-schema.md#support) section to composer.json

## v1.2.1

* [#12](https://github.com/EdgedesignCZ/phpqa/issues/12) Report is not saved in `--buildDir` if `--buildDir` doesn't end with `/`
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"email": "drahoszdenek@gmail.com"
}
],
"support": {
"issues": "https://github.com/EdgedesignCZ/phpqa/issues",
"source": "https://github.com/EdgedesignCZ/phpqa",
"docs": "http://edgedesigncz.github.io/phpqa/"
},
"bin": ["phpqa"],
"require": {
"codegyre/robo": "*",
Expand Down

0 comments on commit 60c1c71

Please sign in to comment.