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 f55b67f commit 90cce5dCopy full SHA for 90cce5d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v1.1.1 - 2020-02-05
4
+
5
+- symfony/console 5.0 support [#26](https://github.com/oradwell/covers-validator/pull/26)
6
7
## v1.1.0 - 2019-03-15
8
9
- PHPUnit 8.x support [#25](https://github.com/oradwell/covers-validator/pull/25)
src/Application/CoversValidator.php
@@ -9,7 +9,7 @@
class CoversValidator extends Application
10
{
11
const NAME = 'CoversValidator';
12
- const VERSION = '1.1.0';
+ const VERSION = '1.1.1';
13
14
/**
15
* {@inheritdoc}
0 commit comments