Skip to content

Commit abab73f

Browse files
committed
chore: update yiisoft/db-pgsql to ^2.0 and require PHP version to ^8.2 in composer.json
1 parent 975e753 commit abab73f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
],
1010
"require": {
11-
"php": "^8.1",
11+
"php": "^8.2",
1212
"ext-apcu": "*",
1313
"cycle/database": "^2.12",
1414
"cycle/migrations": "^4.2",

packages/database-yii/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": "^8.2",
77
"a50/database": "dev-main",
8-
"yiisoft/db-pgsql": "^1.3.0"
8+
"yiisoft/db-pgsql": "^2.0"
99
},
1010
"license": "MIT",
1111
"authors": [

0 commit comments

Comments
 (0)