Skip to content

Commit c8e03ff

Browse files
authored
Update README.md
1 parent 6d8f56a commit c8e03ff

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
@@ -11,21 +11,11 @@ processing library for PHP 5.3+. This package implements Authorize.Net support f
1111

1212
## Installation
1313

14-
Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply add it
15-
to your `composer.json` file:
16-
17-
```json
18-
{
19-
"require": {
20-
"omnipay/authorizenet": "~2.0"
21-
}
22-
}
23-
```
24-
25-
And run composer to update your dependencies:
14+
Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `league/omnipay` and `omnipay/authorizenet` with Composer:
2615

27-
$ curl -s http://getcomposer.org/installer | php
28-
$ php composer.phar update
16+
```
17+
composer require league/omnipay omnipay/authorizenet
18+
```
2919

3020
## Basic Usage
3121

0 commit comments

Comments
 (0)