philcook / brew-php-switcher

Brew PHP switcher is a simple shell script to switch your apache and CLI quickly between major versions of PHP. If you support multiple products/projects that are built using either brand new or old legacy PHP functionality. For users of Homebrew (or brew for short) currently only.
MIT License
961 stars 90 forks source link

Add support for v7.3 #52

Closed abolfazl-moeini closed 6 years ago

abolfazl-moeini commented 6 years ago

Hello repository maintainer!

PHP 7.3 is going to release soon and Release Candidate versions are now available on php.net, How can we switch to this version?

Thanks indeed

cjwilburn commented 6 years ago

It might make sense to wait on this until PHP 7.3 is out of RC and actually released.

abolfazl-moeini commented 6 years ago

Thanks, but this tool is for developing stuff and I think it should provide RC, beta, alpha version.

Please think about that. Regards

ikari7789 commented 6 years ago

I’d be more than happy to add support, but this is mainly just a wrapper for existing brew formulas. If brew adds support for installing 7.3, then I can add support here.