We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6fec2d + 84b8b95 commit c260a55Copy full SHA for c260a55
CHANGELOG.md
@@ -1,6 +1,15 @@
1
ChangeLog
2
=========
3
4
+2.1.2 (2019-06-25)
5
+------------------
6
+
7
+* #39: Some PHPDoc improvements.
8
+* PHPStan support.
9
+* Adopted the symfony php-cs-fixer standard.
10
+* Now testing against PHP 7.2 and 7.3.
11
12
13
2.1.1 (2017-02-20)
14
------------------
15
composer.json
@@ -37,7 +37,7 @@
37
}
38
},
39
"require-dev": {
40
- "phpunit/phpunit" : "^6.0"
+ "phpunit/phpunit" : "^6"
41
42
"config" : {
43
"bin-dir" : "bin/"
lib/Version.php
@@ -16,5 +16,5 @@ class Version
16
/**
17
* Full version number.
18
*/
19
- const VERSION = '2.1.1';
+ const VERSION = '2.1.2';
20
0 commit comments