Skip to content

Commit 171daa8

Browse files
authored
Tag release 0.5.0 (#33)
1 parent aaec7f2 commit 171daa8

File tree

3 files changed

+69
-69
lines changed

3 files changed

+69
-69
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"jakub-onderka/php-parallel-lint": "0.9.*",
2020
"jakub-onderka/php-console-highlighter": "0.3.*",
2121
"friendsofphp/php-cs-fixer": "2.0.*",
22-
"squizlabs/php_codesniffer": ">=2.5.1 <3.0",
2322
"drupal/coder": ">=8.2.3",
2423
"phpmd/phpmd" : "@stable",
2524
"phploc/phploc": "@stable",

composer.lock

Lines changed: 68 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Application extends BaseApplication
2424

2525
public function __construct()
2626
{
27-
parent::__construct('PHP QA Analyzer', '0.4.0');
27+
parent::__construct('PHP QA Analyzer', '0.5.0');
2828
$this->config = new Config();
2929
}
3030

0 commit comments

Comments
 (0)