Skip to content

Commit

Permalink
Merge pull request #5 from pay-now/fix/fix-composer-package-name
Browse files Browse the repository at this point in the history
Fix composer package name
  • Loading branch information
michalskladanowski authored Sep 8, 2021
2 parents 14144df + c9ea351 commit 3362166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ processing library for PHP. This package implements paynow support for Omnipay.

## Installation

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `league/omnipay` and `paynow/omnipay-paynow` with Composer:
Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `league/omnipay` and `pay-now/omnipay-paynow` with Composer:

```
composer require league/omnipay paynow/omnipay-paynow
composer require league/omnipay pay-now/omnipay-paynow
```


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "paynow/omnipay-paynow",
"name": "pay-now/omnipay-paynow",
"description": "Paynow gateway for Omnipay payment processing library",
"keywords": [
"paynow",
Expand Down

0 comments on commit 3362166

Please sign in to comment.