Skip to content

Commit

Permalink
Merge pull request #612 from MauricioFauth/psalm-phpunit-update
Browse files Browse the repository at this point in the history
Upgrade PHPStan, Psalm and PHPUnit
  • Loading branch information
MauricioFauth authored Jan 30, 2025
2 parents 00c8e55 + fe39271 commit 25ad961
Show file tree
Hide file tree
Showing 6 changed files with 1,128 additions and 535 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"phpmyadmin/coding-standard": "^4.0",
"phpmyadmin/motranslator": "^5.3",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "^10.0",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.7",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^11.5",
"psalm/plugin-phpunit": "^0.19.2",
"vimeo/psalm": "^6.0",
"zumba/json-serializer": "^3.2"
},
"conflict": {
Expand Down
Loading

0 comments on commit 25ad961

Please sign in to comment.