Skip to content

Commit 17937ad

Browse files
committed
Update readme
1 parent 850d8e9 commit 17937ad

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,15 @@
77
[![Total Downloads](https://poser.pugx.org/fruitcakestudio/omnipay-sisow/d/total.png)](https://packagist.org/packages/fruitcakestudio/omnipay-sisow)
88

99
[Omnipay](https://github.com/omnipay/omnipay) is a framework agnostic, multi-gateway payment
10-
processing library for PHP 5.3+. This package implements Sisow support for Omnipay.
10+
processing library for PHP. This package implements Sisow support for Omnipay.
1111

1212
## Installation
1313

14-
Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it
15-
to your `composer.json` file:
14+
Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `omnipay/omnipay` and `fruitcakestudio/omnipay-sisow` with Composer:
1615

17-
```json
18-
{
19-
"require": {
20-
"fruitcakestudio/omnipay-sisow": "~2.0"
21-
}
22-
}
2316
```
24-
25-
And run composer to update your dependencies:
26-
27-
$ curl -s http://getcomposer.org/installer | php
28-
$ php composer.phar update
17+
composer require omnipay/omnipay fruitcakestudio/omnipay-sisow
18+
```
2919

3020
## Basic Usage
3121

0 commit comments

Comments
 (0)