Skip to content

Commit

Permalink
Change repo name to match original
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Chekalskiy committed Feb 19, 2019
1 parent 859afd7 commit 2460bd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PHP Banks DB

[![Build Status](https://travis-ci.com/chekalskiy/php-bank-db.svg?branch=master)](https://travis-ci.com/chekalskiy/php-bank-db) [![codecov](https://codecov.io/gh/chekalskiy/php-bank-db/branch/master/graph/badge.svg)](https://codecov.io/gh/chekalskiy/php-bank-db)
[![Build Status](https://travis-ci.com/chekalskiy/php-banks-db.svg?branch=master)](https://travis-ci.com/chekalskiy/php-banks-db) [![codecov](https://codecov.io/gh/chekalskiy/php-banks-db/branch/master/graph/badge.svg)](https://codecov.io/gh/chekalskiy/php-banks-db)

> It is a PHP port of [ramoona's banks-db](https://github.com/ramoona/banks-db).
Expand All @@ -9,7 +9,7 @@ Returns bank's name and brand color by bank card number's first digits (BIN, Iss
### Installation

```
composer require chekalskiy/php-bank-db
composer require chekalskiy/php-banks-db
```

### Basic usage
Expand Down Expand Up @@ -43,7 +43,7 @@ Database updates from [original library](https://github.com/ramoona/banks-db) by

### Contributions

Feel free to open [an issue](https://github.com/chekalskiy/php-bank-db/issues) on every question you have. If you have new prefixes for database please commit them to [ramoona/banks-db repository](https://github.com/ramoona/banks-db) — I will update them once your PR will me merged there.
Feel free to open [an issue](https://github.com/chekalskiy/php-banks-db/issues) on every question you have. If you have new prefixes for database please commit them to [ramoona/banks-db repository](https://github.com/ramoona/banks-db) — I will update them once your PR will me merged there.

---

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "chekalskiy/php-bank-db",
"name": "chekalskiy/php-banks-db",
"description": "PHP bank cards IIN/BIN database. Get bank info by card number",
"license": "MIT",
"keywords": ["bin", "card", "creditcard", "iin", "issuer identification numbers"],
"homepage": "https://github.com/chekalskiy/php-bank-db",
"homepage": "https://github.com/chekalskiy/php-banks-db",
"authors": [
{
"name": "Ilya Chekalskiy",
Expand Down

0 comments on commit 2460bd6

Please sign in to comment.