Skip to content

Commit f534750

Browse files
committed
Readme update v2.0.0
1 parent 49557bd commit f534750

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ echo "Connection uses " . $json->tls_version ."\n";
5050
### Composer
5151
We recommend using [`Composer`](http://getcomposer.org). *(Note: we never recommend you
5252
override the new secure-http default setting)*.
53-
*Update your composer.json file as per the example below and then run for this specific ALPHA release
53+
*Update your composer.json file as per the example below and then run for this specific release
5454
`composer update`.*
5555

5656
```json
5757
{
5858
"require": {
5959
"php": ">=5.6",
60-
"authorizenet/authorizenet": "2.0.0-ALPHA"
60+
"authorizenet/authorizenet": "2.0.0"
6161
}
6262
}
6363
```

0 commit comments

Comments
 (0)