Skip to content

Commit f5ab838

Browse files
committed
Update examples and doc
1 parent 08b8311 commit f5ab838

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed

Examples/DataModification/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": ">=7.2",
2222
"ext-mbstring": "*",
23-
"tbolner/monetdb-php": "^1.0"
23+
"tbolner/monetdb-php": "^1.1"
2424
},
2525
"autoload": {
2626
"psr-4": {

Examples/DataModification/composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/JapaneseTest/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": ">=7.2",
2222
"ext-mbstring": "*",
23-
"tbolner/monetdb-php": "^1.0"
23+
"tbolner/monetdb-php": "^1.1"
2424
},
2525
"autoload": {
2626
"psr-4": {

Examples/JapaneseTest/composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/WebQuery/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": ">=7.2",
2222
"ext-mbstring": "*",
23-
"tbolner/monetdb-php": "^1.0"
23+
"tbolner/monetdb-php": "^1.1"
2424
},
2525
"autoload": {
2626
"psr-4": {

Examples/WebQuery/composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ composer require tbolner/monetdb-php
5151
Or add the following line to your `composer.json` file's `require` section and then execute `composer update`:
5252

5353
```
54-
"tbolner/monetdb-php": "^1.0"
54+
"tbolner/monetdb-php": "^1.1"
5555
```
5656

5757
# Usage without installation

0 commit comments

Comments
 (0)