Skip to content

Commit

Permalink
Merge pull request #160405 from Porkepix/bump-phpunit-10.5.8
Browse files Browse the repository at this point in the history
phpunit 10.5.8
  • Loading branch information
BrewTestBot authored Jan 19, 2024
2 parents c81066f + e7e10c5 commit 4c776b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/p/phpunit.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Phpunit < Formula
desc "Programmer-oriented testing framework for PHP"
homepage "https://phpunit.de"
url "https://phar.phpunit.de/phpunit-10.5.7.phar"
sha256 "77e7bc99bf784ba8c137517106ad40cbe0b99e64acd7a10e9150c28575ce9f9e"
url "https://phar.phpunit.de/phpunit-10.5.8.phar"
sha256 "9406b50a857dc3f61ae65ee8f91135aeb3594eee41a0c830946b29ef4a7218d0"
license "BSD-3-Clause"

livecheck do
Expand All @@ -12,7 +12,7 @@ class Phpunit < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "5207a6533563360fe0fd43b1e64fe6fb39116a2ce6eae76f412b4f31a734fdbd"
sha256 cellar: :any_skip_relocation, all: "8175d94e282fce18ca0163eba11afb1129926dfa83e17b5502dcf908d0455b2b"
end

depends_on "php" => :test
Expand Down

0 comments on commit 4c776b6

Please # to comment.