From d5df3e93c55c7bb1166e6410d04e73c64ca1db52 Mon Sep 17 00:00:00 2001 From: Pedro Lozano Date: Wed, 4 Jul 2018 03:39:25 +0200 Subject: [PATCH] Update with Brew PHP Switcher. Remove deprecated PHP tap. (#931) Brew PHP Switcher is the most currently maintained tool for switching between versions of php. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0749974..435a51a 100644 --- a/README.md +++ b/README.md @@ -759,8 +759,8 @@ Libraries to help manage database schemas and migrations. ### PHP Installation *Tools to help install and manage PHP on your computer.* -* [HomeBrew PHP](https://github.com/Homebrew/homebrew-php) - A PHP tap for HomeBrew. * [HomeBrew](https://brew.sh/) - A package manager for OSX. +* [Brew PHP Switcher](https://github.com/philcook/brew-php-switcher) - Brew PHP switcher. * [PHP Brew](https://github.com/phpbrew/phpbrew) - A PHP version manager and installer. * [PHP Build](https://github.com/php-build/php-build) - Another PHP version installer. * [PHP OSX](https://php-osx.liip.ch/) - A PHP installer for OSX.