Skip to content

Commit

Permalink
Prepare release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oradwell committed Apr 3, 2018
1 parent 6bc54c8 commit 0585181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ composer require --dev ockcyp/covers-validator

### PHPUnit versions

Latest version of covers-validator only supports PHP 7.x and PHPUnit 6.x. Please use version 0.5 for older PHP and PHPUnit versions.
Latest version of covers-validator only supports PHP 7.x and PHPUnit 6.x / 7.x. Please use version 0.5 for older PHP and PHPUnit versions.

| PHPUnit version | Covers-validator version |
| --------------- | ------------------------ |
| < 6.0 | 0.5.1 |
| >= 6.0 | 0.6.1 |
| >= 6.0 | 0.7.0 |

Install using the following for version 0.5:

Expand Down
2 changes: 1 addition & 1 deletion src/Application/CoversValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class CoversValidator extends Application
{
const NAME = 'CoversValidator';
const VERSION = '0.6.1';
const VERSION = '0.7.0';

/**
* {@inheritdoc}
Expand Down

0 comments on commit 0585181

Please sign in to comment.