Skip to content

Commit

Permalink
Tag release 0.5.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Jan 25, 2017
1 parent aaec7f2 commit 171daa8
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 69 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"jakub-onderka/php-parallel-lint": "0.9.*",
"jakub-onderka/php-console-highlighter": "0.3.*",
"friendsofphp/php-cs-fixer": "2.0.*",
"squizlabs/php_codesniffer": ">=2.5.1 <3.0",
"drupal/coder": ">=8.2.3",
"phpmd/phpmd" : "@stable",
"phploc/phploc": "@stable",
Expand Down
135 changes: 68 additions & 67 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Application extends BaseApplication

public function __construct()
{
parent::__construct('PHP QA Analyzer', '0.4.0');
parent::__construct('PHP QA Analyzer', '0.5.0');
$this->config = new Config();
}

Expand Down

0 comments on commit 171daa8

Please sign in to comment.