Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/p/phpinsights.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Phpinsights < Formula
desc "Instant PHP quality checks from your console"
homepage "https://github.com/nunomaduro/phpinsights"
url "https://github.com/nunomaduro/phpinsights/archive/refs/tags/v2.13.1.tar.gz"
sha256 "27d5c2c84c6bb04b9c0dd0228073c40a79e206734a645a546dabcbc53a3fb8ab"
url "https://github.com/nunomaduro/phpinsights/archive/refs/tags/v2.13.2.tar.gz"
sha256 "20dc00aba477e515e55d3aa3417205a1294b24b5c112b58ee4c5fb0548dbd7ec"
license "MIT"

bottle do
Expand Down
Loading