Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mejta committed Mar 2, 2014
1 parent 0eca652 commit e112245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ISBN PHP library #
# ISBN PHP library [![Build Status](https://travis-ci.org/Fale/isbn.png?branch=master)](https://travis-ci.org/Fale/isbn) #
This library is develop to provide all tools needed to handle ISBN (both ISBN-10 and ISBN-13) codes to PHP developers.

## Initialization ##
Expand Down
9 changes: 2 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
{
"name": "dmejta/isbn",
"name": "fale/isbn",
"type": "library",
"description": "ISBN library",
"keywords": [
"ISBN",
"ISBN-10",
"ISBN-13"
],
"homepage": "http://github.com/dmejta/isbn",
"homepage": "http://github.com/fale/isbn",
"license": "AGPL-3.0",
"authors": [
{
"name": "Fabio Alessandro Locati",
"email": "fabiolocati@gmail.com",
"role": "lead",
"homepage": "http://fabiolocati.com"
},
{
"name": "Daniel Mejta",
"email": "daniel@mejta.net",
"homepage": "http://mejta.net"
}
],
"require": {
Expand Down

0 comments on commit e112245

Please sign in to comment.