Skip to content

Commit 4d0cf8b

Browse files
authored
Merge pull request #5 from sudiptpa/sudiptpa-patch-1
Update README.md
2 parents 704f541 + b210799 commit 4d0cf8b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ processing library for PHP 5.3+. This package implements NAB Transact support fo
77

88
[![StyleCI](https://styleci.io/repos/74269379/shield?branch=master)](https://styleci.io/repos/74269379)
99
[![Build Status](https://travis-ci.org/sudiptpa/nabtransact.svg?branch=master)](https://travis-ci.org/sudiptpa/nabtransact)
10+
[![Latest Stable Version](https://poser.pugx.org/sudiptpa/omnipay-nabtransact/v/stable)](https://packagist.org/packages/sudiptpa/omnipay-nabtransact)
11+
[![Total Downloads](https://poser.pugx.org/sudiptpa/omnipay-nabtransact/downloads)](https://packagist.org/packages/sudiptpa/omnipay-nabtransact)
12+
[![License](https://poser.pugx.org/sudiptpa/omnipay-nabtransact/license)](https://packagist.org/packages/sudiptpa/omnipay-nabtransact)
1013

1114
## Installation
1215

@@ -16,7 +19,7 @@ to your `composer.json` file:
1619
```json
1720
{
1821
"require": {
19-
"sudiptpa/nabtransact": "~2.0"
22+
"sudiptpa/omnipay-nabtransact": "~2.0"
2023
}
2124
}
2225
```

0 commit comments

Comments
 (0)