Skip to content

Commit

Permalink
Merge branch 'release/2.1.5' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlatz committed Nov 17, 2020
2 parents 48b9cf7 + 6572fa1 commit 0b625c7
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 296 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ This package can be used to:
- calculate the checksum digit
- show the registration agency (country or language)

[CHANGELOG](https://github.com/biblys/isbn/releases)

## Installation

Install with composer:

```console
composer require biblys/isbn:^2.1.4
composer require biblys/isbn:^2.1.5
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "biblys/isbn",
"description": "A PHP library to convert and validate ISBNs & EANs",
"time": "2020-02-28",
"time": "2020-11-17",
"keywords": [
"ISBN",
"EAN",
Expand Down
Loading

0 comments on commit 0b625c7

Please sign in to comment.