shivammathur / homebrew-php

:beer: Homebrew tap for PHP 5.6 to 8.4. PHP 8.4 is built nightly.

Home Page:https://github.com/shivammathur/homebrew-php/packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not remove php@7.2

GrantSmithDoddle opened this issue · comments

After running brew uninstall shivammathur/php/php@7.2, brew list still shows, php@7.2. php@7.2 was installed via brew install shivammathur/php/php@7.2

PHP versions
php@7.2

Expected behavior
For brew list not to list php@7.2

I could not reproduce the issue. It is removed from brew list after uninstall
https://github.com/shivammathur/test-setup-php/runs/6601202862?check_suite_focus=true

Please try running this

brew update
brew cleanup

and then run brew list.

If it is still there, please run brew doctor and fix any issues it reports.

After that run uninstall again, If php@7.2 is still there in brew list, after you have uninstalled it, please provide me the logs of

brew uninstall shivammathur/php/php@7.2

Closing the issue, please re-open if you are still facing this.