Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Mar 10, 2024
1 parent ec35424 commit 45a3c91
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"amphp/amp": "^3",
"amphp/parser": "^1.1",
"amphp/pipeline": "^1",
"amphp/socket": "^2",
"amphp/sql": "2.x-dev",
"amphp/sql-common": "2.x-dev"
"amphp/socket": "^2.2",
"amphp/sql": "^2",
"amphp/sql-common": "^2"
},
"require-dev": {
"ext-mysqli": "*",
Expand All @@ -30,10 +30,8 @@
"amphp/phpunit-util": "^3",
"amphp/php-cs-fixer-config": "^2",
"phpbench/phpbench": "^1.2.6",
"psalm/phar": "^5.18"
"psalm/phar": "5.23"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Amp\\Mysql\\": "src"
Expand Down

0 comments on commit 45a3c91

Please sign in to comment.