Skip to content

Commit

Permalink
Merge branch 'release/2.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlatz committed Jan 9, 2020
2 parents 5757bec + 8d95f5b commit 8214df2
Show file tree
Hide file tree
Showing 7 changed files with 535 additions and 381 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: php
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'

before_script:
- rm composer.lock
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This package can be used to:
Install with composer:

```console
composer require biblys/isbn:^2.1.2
composer require biblys/isbn:^2.1.3
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions 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": "2019-10-13",
"time": "2020-01-09",
"keywords": [
"ISBN",
"EAN",
Expand All @@ -19,10 +19,10 @@
"issues": "https://github.com/biblys/isbn/issues"
},
"require": {
"php": ">=7.1.0"
"php": "^7.1 || ^7.2"
},
"require-dev": {
"phpunit/phpunit": "^7.1 || ^8.3",
"phpunit/phpunit": "^7 || ^8",
"guzzlehttp/guzzle": "^6.2"
},
"autoload": {
Expand Down
Loading

0 comments on commit 8214df2

Please sign in to comment.