diff --git a/resources/tools.json b/resources/tools.json index 824df6a1..a608f8b1 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -187,7 +187,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/2.2.0/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/2.2.3/phan.phar", "bin": "%target-dir%/phan" } }, @@ -645,11 +645,11 @@ "website": "https://getpsalm.org/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.4.4/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.4.5/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.4.4/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.4.5/psalm.phar", "bin": "%target-dir%/psalm" } },