File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments