From e39ecbd1fbe200a451891d9ee737e15c3cfe4777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=A1=D0=B5=D0=BB=D0=B8?= =?UTF-8?q?=D1=84=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Wed, 4 May 2022 18:54:39 +0300 Subject: [PATCH] Changed version of php-psr from 1.0.0 to 0.7.0, so now brew install phalcon works fine. I didn't touch the sha256 hash, so someone has to change it. --- Formula/psr@74.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/psr@74.rb b/Formula/psr@74.rb index b2c9a33..77a96f6 100644 --- a/Formula/psr@74.rb +++ b/Formula/psr@74.rb @@ -4,7 +4,7 @@ class PsrAT74 < AbstractPhp74Extension init desc "PHP extension providing the accepted PSR interfaces " homepage "https://phalconphp.com/" - url "https://github.com/jbboehr/php-psr/archive/v1.0.0.tar.gz" + url "https://github.com/jbboehr/php-psr/archive/v0.7.0.tar.gz" sha256 "f85be1d1434368abd16e06b81e394487f81b5e2706220f01c85558ba486ee3e7" head "https://github.com/jbboehr/php-psr.git"