We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952b122 commit 13bd043Copy full SHA for 13bd043
1 file changed
composer.json
@@ -22,19 +22,17 @@
22
"php": ">=8.1",
23
"amphp/amp": "^3",
24
"amphp/pipeline": "^1",
25
- "amphp/sql": "2.x-dev",
26
- "amphp/sql-common": "2.x-dev"
+ "amphp/sql": "^2",
+ "amphp/sql-common": "^2"
27
},
28
"require-dev": {
29
"ext-pgsql": "*",
30
"ext-pq": "*",
31
"amphp/phpunit-util": "^3",
32
"phpunit/phpunit": "^9",
33
"amphp/php-cs-fixer-config": "^2",
34
- "psalm/phar": "^5.18"
+ "psalm/phar": "5.23"
35
36
- "minimum-stability": "beta",
37
- "prefer-stable": true,
38
"autoload": {
39
"psr-4": {
40
"Amp\\Postgres\\": "src"
0 commit comments