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.
1 parent b383890 commit 4cbf1ceCopy full SHA for 4cbf1ce
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v1.3.3 - 2020-12-17
4
+
5
+- Fix TestSuiteMapper typo for PHPUnit 9.3 [#35](https://github.com/oradwell/covers-validator/pull/35)
6
7
## v1.3.2 - 2020-12-07
8
9
- Fix TestSuiteMapper for PHPUnit 9.5 [#33](https://github.com/oradwell/covers-validator/pull/33)
src/Application/CoversValidator.php
@@ -9,7 +9,7 @@
class CoversValidator extends Application
10
{
11
const NAME = 'CoversValidator';
12
- const VERSION = '1.3.2';
+ const VERSION = '1.3.3';
13
14
/**
15
* {@inheritdoc}
0 commit comments