diff --git a/resources/tools.json b/resources/tools.json index d5e8b1a8..f9964e9d 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -175,7 +175,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/2.2.11/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/2.2.12/phan.phar", "bin": "%target-dir%/phan" } }, @@ -633,11 +633,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.4.12/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.5.1/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.4.12/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.5.1/psalm.phar", "bin": "%target-dir%/psalm" } },