mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-05-01 07:23:44 +07:00
5 lines
154 B
Bash
5 lines
154 B
Bash
extension=$1
|
|
extension_major=${extension: -1}
|
|
php_version=$2
|
|
brew tap shivammathur/homebrew-phalcon
|
|
brew install phalcon@"$php_version"_"$extension_major" |