We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a304f commit 55da0b5Copy full SHA for 55da0b5
Formula/p/phpstan.rb
@@ -1,8 +1,8 @@
1
class Phpstan < Formula
2
desc "PHP Static Analysis Tool"
3
homepage "https://github.com/phpstan/phpstan"
4
- url "https://github.com/phpstan/phpstan/releases/download/2.0.4/phpstan.phar"
5
- sha256 "9698ada6c50f4add2a240123917ab6525d111f28b44ff003275f8e0fda4d0724"
+ url "https://github.com/phpstan/phpstan/releases/download/2.1.0/phpstan.phar"
+ sha256 "a9293d0e8ce2002a0de970e93ae505a0ce18070e52316764b76d84134751cafd"
6
license "MIT"
7
8
bottle do
0 commit comments