Skip to content

Commit

Permalink
update example and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bolner committed Apr 2, 2023
1 parent 2204fb1 commit 09a69f0
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Examples/DataModification/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": ">=7.2",
"ext-mbstring": "*",
"tbolner/monetdb-php": "^1.1"
"tbolner/monetdb-php": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down
18 changes: 9 additions & 9 deletions Examples/DataModification/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Examples/JapaneseTest/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": ">=7.2",
"ext-mbstring": "*",
"tbolner/monetdb-php": "^1.1"
"tbolner/monetdb-php": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down
18 changes: 9 additions & 9 deletions Examples/JapaneseTest/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Examples/WebQuery/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"require": {
"php": ">=7.2",
"ext-mbstring": "*",
"tbolner/monetdb-php": "^1.1"
"tbolner/monetdb-php": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down
18 changes: 9 additions & 9 deletions Examples/WebQuery/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ then please read the [guide about the client-server protocol](protocol_doc/READM
- [Table of contents](#table-of-contents)
- [Installation with Composer (PHP 8.x)](#installation-with-composer-php-8x)
- [Usage without installation](#usage-without-installation)
- [Installation for PHP 7.2](#installation-for-php-72)
- [Installation for PHP 7.2 or above.](#installation-for-php-72-or-above)
- [Examples](#examples)
- [Example 1: Simple query](#example-1-simple-query)
- [Example 2: Get execution stats](#example-2-get-execution-stats)
Expand Down Expand Up @@ -85,12 +85,12 @@ mb_internal_encoding('UTF-8');
mb_regex_encoding('UTF-8');
```

# Installation for PHP 7.2
# Installation for PHP 7.2 or above.

Only the 1.x versions supports `PHP 7.x`.
Only the 1.1.x versions support `PHP 7.2` or above.

```
composer require tbolner/monetdb-php:1.2
composer require tbolner/monetdb-php:1.1.6
```

# Examples
Expand Down

0 comments on commit 09a69f0

Please sign in to comment.