Skip to content

Commit 13bd043

Browse files
committed
Update deps
1 parent 952b122 commit 13bd043

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,17 @@
2222
"php": ">=8.1",
2323
"amphp/amp": "^3",
2424
"amphp/pipeline": "^1",
25-
"amphp/sql": "2.x-dev",
26-
"amphp/sql-common": "2.x-dev"
25+
"amphp/sql": "^2",
26+
"amphp/sql-common": "^2"
2727
},
2828
"require-dev": {
2929
"ext-pgsql": "*",
3030
"ext-pq": "*",
3131
"amphp/phpunit-util": "^3",
3232
"phpunit/phpunit": "^9",
3333
"amphp/php-cs-fixer-config": "^2",
34-
"psalm/phar": "^5.18"
34+
"psalm/phar": "5.23"
3535
},
36-
"minimum-stability": "beta",
37-
"prefer-stable": true,
3836
"autoload": {
3937
"psr-4": {
4038
"Amp\\Postgres\\": "src"

0 commit comments

Comments
 (0)