Skip to content

Commit

Permalink
Prepare for release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed May 31, 2018
1 parent e1c92a1 commit af97460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,13 +17,13 @@ Just define the following requirement in your `composer.json` file:

{
"require": {
"nicebooks/isbn": "0.1.*"
"nicebooks/isbn": "0.2.*"
}
}

## Requirements

This library requires PHP 5.4 or higher. [HHVM](http://hhvm.com/) is officially supported.
This library requires PHP 7.1 or higher. For PHP 5.4 or HHVM compatibility, use version `0.1`.

## Project status & release process

Expand Down

0 comments on commit af97460

Please sign in to comment.