File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11
22# Changelog
33
4+ ## v1.14.0
5+
6+ * ** Optional tools**
7+ * [ #80 ] ( https://github.com/EdgedesignCZ/phpqa/issues/85 ) vimeo/psalm (stable)
8+ * [ #88 ] ( https://github.com/EdgedesignCZ/phpqa/issues/88 ) Allow using custom binary (e.g. ` phpunit.binary ` )
9+ * show [ skipped tools in summary] ( https://travis-ci.org/EdgedesignCZ/phpqa/jobs/278929601#L417 )
10+ * refactoring printing versions in ` phpqa tools `
11+ * ** ` phpunit.config ` BC** - ` phpunit.config ` is relative to ` .phpqa.yml ` , previously it was relative to ` cwd `
12+ * [ #91 ] ( https://github.com/EdgedesignCZ/phpqa/pull/91 ) Docker support ([ zdenekdrahos/phpqa] ( https://hub.docker.com/r/zdenekdrahos/phpqa/ ) )
13+
414## v1.13.0
515
616* ** Optional tools**
Original file line number Diff line number Diff line change 11#!/usr/bin/env php
22<?php
33
4- define ('PHPQA_VERSION ' , '1.13 .0 ' );
4+ define ('PHPQA_VERSION ' , '1.14 .0 ' );
55
66if (file_exists (__DIR__ . '/vendor/autoload.php ' )) {
77 define ('COMPOSER_VENDOR_DIR ' , __DIR__ . "/vendor/ " );
You can’t perform that action at this time.
0 commit comments