We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49557bd commit f534750Copy full SHA for f534750
1 file changed
README.md
@@ -50,14 +50,14 @@ echo "Connection uses " . $json->tls_version ."\n";
50
### Composer
51
We recommend using [`Composer`](http://getcomposer.org). *(Note: we never recommend you
52
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
+*Update your composer.json file as per the example below and then run for this specific release
54
`composer update`.*
55
56
```json
57
{
58
"require": {
59
"php": ">=5.6",
60
- "authorizenet/authorizenet": "2.0.0-ALPHA"
+ "authorizenet/authorizenet": "2.0.0"
61
}
62
63
```
0 commit comments