Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlatz committed Apr 13, 2016
2 parents 325d68d + 78f03e7 commit 62c5ec3
Show file tree
Hide file tree
Showing 8 changed files with 8,517 additions and 75 deletions.
8 changes: 5 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 ISBN & EAN",
"time": "2016-04-11",
"time": "2016-04-13",
"keywords": ["ISBN", "Ean", "Book"],
"license": "MIT",
"homepage": "https://github.com/biblys/isbn",
Expand All @@ -18,14 +18,16 @@
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.2"
"phpunit/phpunit": "^5.2",
"guzzlehttp/guzzle": "^6.2"
},
"autoload": {
"psr-0": {
"Biblys": "src/"
}
},
"scripts": {
"test": "vendor/bin/phpunit tests"
"test": "vendor/bin/phpunit tests",
"update-ranges": "php update-ranges.php"
}
}
Loading

0 comments on commit 62c5ec3

Please sign in to comment.