Skip to content

Commit

Permalink
Readme update v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kikmak42 committed Jan 14, 2019
1 parent 49557bd commit f534750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ echo "Connection uses " . $json->tls_version ."\n";
### Composer
We recommend using [`Composer`](http://getcomposer.org). *(Note: we never recommend you
override the new secure-http default setting)*.
*Update your composer.json file as per the example below and then run for this specific ALPHA release
*Update your composer.json file as per the example below and then run for this specific release
`composer update`.*

```json
{
"require": {
"php": ">=5.6",
"authorizenet/authorizenet": "2.0.0-ALPHA"
"authorizenet/authorizenet": "2.0.0"
}
}
```
Expand Down

0 comments on commit f534750

Please sign in to comment.