Skip to content

Commit 5d09c69

Browse files
committed
Update PHP version and SDK version
1 parent 4f1d51a commit 5d09c69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ try {
2626

2727
## Requirements
2828

29-
The AltaPay API PHP requires PHP 5.6.0 or greater with the following extensions installed:
29+
The AltaPay API PHP requires PHP 7.0 or greater with the following extensions installed:
3030

3131
- date
3232
- filter

src/AbstractApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ abstract class AbstractApi
5555
/**
5656
* PHP API version
5757
*/
58-
const PHP_API_VERSION = '3.5.0';
58+
const PHP_API_VERSION = '3.5.1';
5959

6060
/**
6161
* Event dispatcher

0 commit comments

Comments
 (0)