We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31a6bb commit 07edd68Copy full SHA for 07edd68
README.md
@@ -3,7 +3,7 @@
3
Snowflake API connector in PHP
4
5
## Requirements
6
-PHP ^8.0
+PHP ^8.1
7
8
## Installation
9
Install it using [Composer](https://getcomposer.org/):
@@ -135,4 +135,4 @@ $service->cancelStatement($results->getId());
135
136
```ResultException``` is thrown when something goes wrong or ```ParameterException``` when a required configuration is missing.
137
138
-More information can be found at https://docs.snowflake.com/en/developer-guide/sql-api/reference.html.
+More information can be found at https://docs.snowflake.com/en/developer-guide/sql-api/reference.html.
0 commit comments