File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# Changelog
3
3
4
+ ## v1.15.0
5
+
6
+ * ** Optional tools**
7
+ * [ #94 ] ( https://github.com/EdgedesignCZ/phpqa/pull/94 ) vimeo/psalm - dynamic configuration
8
+ * [ #92 ] ( https://github.com/EdgedesignCZ/phpqa/pull/92 ) Improved reports (summary, [ page load] ( https://github.com/EdgedesignCZ/phpqa/commit/96ea12438e1cb51362ad156a463fc7d5b9cff1a6 ) )
9
+ ![ ] ( https://user-images.githubusercontent.com/7994022/31012952-2121b600-a514-11e7-8a5c-3b9fadca7152.png )
10
+ * Upgrade QA tools (phpcs)
11
+ * _ Internal changes_
12
+ * [ #93 ] ( https://github.com/EdgedesignCZ/phpqa/pull/93 ) Refactoring tools (tool per class, experimental configuration in ` .phpqa.yml ` )
13
+ * [ #94 ] ( https://github.com/EdgedesignCZ/phpqa/pull/94 ) Fix ` composer.lock ` , enable phpstan/psalm in travis
14
+
4
15
## v1.14.0
5
16
6
17
* ** Optional tools**
Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ stages:
401
401
402
402
test:
403
403
stage: test
404
- image: zdenekdrahos/phpqa:v1.14 .0
404
+ image: zdenekdrahos/phpqa:v1.15 .0
405
405
variables:
406
406
BACKEND_QA: "*/backend/var/QA"
407
407
BACKEND_CACHE: $CI_PROJECT_DIR/.composercache
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env php
2
2
<?php
3
3
4
- define ('PHPQA_VERSION ' , '1.14 .0 ' );
4
+ define ('PHPQA_VERSION ' , '1.15 .0 ' );
5
5
define ('PHPQA_USED_COMMAND ' , implode (' ' , $ argv ));
6
6
7
7
if (file_exists (__DIR__ . '/vendor/autoload.php ' )) {
You can’t perform that action at this time.
0 commit comments