Skip to content

Commit 065461d

Browse files
committed
Update to new version
1 parent 11c76da commit 065461d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Packagist Stable Version](https://poser.pugx.org/authorizenet/authorizenet/v/stable.svg)](https://packagist.org/packages/authorizenet/authorizenet)
66

77
## Requirements
8-
* PHP 5.6+
8+
* PHP 5.6 to 8.x.x
99
* cURL PHP Extension
1010
* JSON PHP Extension
1111
* An Authorize.Net account (see _Registration & Configuration_ section below)
@@ -56,7 +56,7 @@ override the new secure-http default setting)*.
5656
{
5757
"require": {
5858
"php": ">=5.6",
59-
"authorizenet/authorizenet": "2.0.2"
59+
"authorizenet/authorizenet": "2.0.3"
6060
}
6161
}
6262
```

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "authorizenet/authorizenet",
33
"type": "library",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"description": "Official PHP SDK for Authorize.Net",
66
"keywords": ["authorizenet", "authorize.net", "payment", "ecommerce"],
77
"license": "proprietary",

0 commit comments

Comments
 (0)