File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11
22# Changelog
33
4+ ## v1.12.0
5+
6+ * ** Optional tools**
7+ * [ #60 ] ( https://github.com/EdgedesignCZ/phpqa/pull/60 ) php-cs-fixer (stable)
8+ * [ #68 ] ( https://github.com/EdgedesignCZ/phpqa/pull/68 ) Support phpstan v0.7
9+ * [ #65 ] ( https://github.com/EdgedesignCZ/phpqa/pull/65 ) Support phpcs v3.X
10+ * [ #61 ] ( https://github.com/EdgedesignCZ/phpqa/pull/61 ) Support Robo v1.X
11+ * [ #58 ] ( https://github.com/EdgedesignCZ/phpqa/pull/58 ) Support Twig 2
12+ * _ Internal changes_
13+ * [ #50 ] ( https://github.com/EdgedesignCZ/phpqa/pull/55 ) , [ #62 ] ( https://github.com/EdgedesignCZ/phpqa/pull/62 ) Optimize speed on Travis (Precise + HHVM on Trusty)
14+
415## v1.11.0
516
617* [ #54 ] ( https://github.com/EdgedesignCZ/phpqa/pull/54 ) Advanced phpcs configuration
Original file line number Diff line number Diff line change 11#!/usr/bin/env php
22<?php
33
4- define ('PHPQA_VERSION ' , '1.11 .0 ' );
4+ define ('PHPQA_VERSION ' , '1.12 .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