Skip to content

Commit

Permalink
Update dev dependencies and add new packages for Amp v3
Browse files Browse the repository at this point in the history
Updated dependencies to support PHP 8.1 and newer versions of Amp packages, including `phpmetrics`, `psalm`, and `amphp/byte-stream`. Introduced additional Amp libraries like `amphp/cache`, `amphp/dns`, and others to enhance async capabilities. Adjusted project configurations accordingly.
  • Loading branch information
koriym committed Feb 4, 2025
1 parent 552f0d8 commit 786782b
Show file tree
Hide file tree
Showing 2 changed files with 1,333 additions and 209 deletions.
4 changes: 2 additions & 2 deletions vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"require-dev": {
"doctrine/coding-standard": "^12.0",
"phpmd/phpmd": "^2.9",
"phpmetrics/phpmetrics": "^2.7",
"phpmetrics/phpmetrics": "^v2.7.4 || ^v3.0-RC",
"phpstan/phpstan": "^2.0",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^5.26"
"vimeo/psalm": "^6.2"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 786782b

Please sign in to comment.