Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Nov 21, 2017
1 parent d83582e commit 8b030f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use [Composer](https://getcomposer.org/):
```json
{
"require": {
"malkusch/bav": "^1"
"cashlink/bav": "^1"
}
}
```
Expand Down Expand Up @@ -184,15 +184,7 @@ as data backend.

# License and authors

This project is free and under the WTFPL. So do what ever you want.
But it would be nice to leave a note about the authors.

The author of the original project which gave the idea to this project is
Björn Wilmsmann. Responsable for this project is Markus Malkusch <[email protected]>.

## Donations

If you like BAV and feel generous donate a few Bitcoins here:
[1335STSwu9hST4vcMRppEPgENMHD2r1REK](bitcoin:1335STSwu9hST4vcMRppEPgENMHD2r1REK)
Björn Wilmsmann. Previous maintainer is Markus Malkusch <[email protected]>.

[![Build Status](https://travis-ci.org/bav-php/bav.svg?branch=master)](https://travis-ci.org/bav-php/bav)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "malkusch/bav",
"name": "cashlink/bav",
"type": "library",
"description": "BAV provides validation for German Bank Accounts (Konto)",
"keywords": ["bank", "account", "bankaccount", "validation", "check", "konto"],
Expand All @@ -18,7 +18,7 @@
},
"require": {
"php": ">=7.0.0",
"malkusch/php-index": "~0.1"
"cashlink/php-index": "~1.0.0"
},
"suggest": {
"ext-PDO": "Allows storing bank information in a database",
Expand Down

0 comments on commit 8b030f6

Please sign in to comment.