We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd12f9b commit c784c99Copy full SHA for c784c99
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## v1.7.0 - 2025-10-07
4
+
5
+- Support for PHP 8.3 and PHPUnit 10 ([#50](https://github.com/oradwell/covers-validator/pull/50))
6
+- Update docs for supported PHP and PHPUnit versions ([#49](https://github.com/oradwell/covers-validator/pull/49))
7
8
## v1.6.0 - 2022-10-04
9
10
- Drop support for PHP 7.0 and PHPUnit 6 [#43](https://github.com/oradwell/covers-validator/pull/43)
src/Application/CoversValidator.php
@@ -10,7 +10,7 @@
class CoversValidator extends Application
11
{
12
public const NAME = 'CoversValidator';
13
- public const VERSION = '1.6.0';
+ public const VERSION = '1.7.0';
14
15
/**
16
* {@inheritdoc}
0 commit comments