We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1d51a commit 5d09c69Copy full SHA for 5d09c69
README.md
@@ -26,7 +26,7 @@ try {
26
27
## Requirements
28
29
-The AltaPay API PHP requires PHP 5.6.0 or greater with the following extensions installed:
+The AltaPay API PHP requires PHP 7.0 or greater with the following extensions installed:
30
31
- date
32
- filter
src/AbstractApi.php
@@ -55,7 +55,7 @@ abstract class AbstractApi
55
/**
56
* PHP API version
57
*/
58
- const PHP_API_VERSION = '3.5.0';
+ const PHP_API_VERSION = '3.5.1';
59
60
61
* Event dispatcher
0 commit comments