phalcon / homebrew-tap

Official Homebrew tap for Phalcon PHP Framework (brew install phalcon)
https://docs.phalcon.io/4.0/en/installation#macos
17 stars 16 forks source link

Cannot install phalcon because of versioned formula #30

Open markhryt opened 10 months ago

markhryt commented 10 months ago

I was trying to install phalcon with brew. It does not work because the php@7.4 was disabled. Here is the full log

% brew install phalcon ==> Fetching dependencies for phalcon/extension/phalcon@4.1.0: openssl@1.1, php@7.4 and phalcon/extension/psr@74 ==> Fetching openssl@1.1 ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/1.1/manifests/1.1.1v Already downloaded: /Users/markhrytchak/Library/Caches/Homebrew/downloads/6121e5ae1709d80b61db1415d6d7f6b9c8de522f05b61d1e9a0204e6b36b4ebe--openssl@1.1-1.1.1v.bottle_manifest.json ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/1.1/blobs/sha256:a03151 Already downloaded: /Users/markhrytchak/Library/Caches/Homebrew/downloads/ef71531a24892d1b6a63eb51d5ab9ba26ff514932abeea7d1377ef09ea94f02d--openssl@1.1--1.1.1v.arm64_ventura.bottle.tar.gz Error: php@7.4 has been disabled because it is a versioned formula! If anyone has encountered a similar problem or has any insights on how to resolve this issue, your help would be greatly appreciated.

Thank you in advance.

tholu commented 8 months ago

The formulas need to be updated to support the latest Phalcon version and PHP8. @ninjapanzer @AlexNDRmac @Jeckerson Are you accepting Pull Requests for the update?

AlexNDRmac commented 8 months ago

Sure. You can submit PR. Thank you.