ho-nl / docker-development-box

🐳 Reach Digital Magento 2 Docker+local hybrid devbox 🐳
Apache License 2.0
20 stars 4 forks source link

Php8.2 #126

Closed hnsr closed 1 year ago

hnsr commented 1 year ago

This avoids this scenario:

┌─── hans@hansbook:~
└╼ swp81
Warning: Already linked: /opt/homebrew/Cellar/php@8.1/8.1.22
To relink, run:
  brew unlink php@8.1 && brew link --force php@8.1
┌─── hans@hansbook:~
└╼ alias swp81
alias swp81='brew link --force php@8.1'
┌─── hans@hansbook:~
└╼ brew unlink php@8.1 && brew link --force php@8.1
Unlinking /opt/homebrew/Cellar/php@8.1/8.1.22... 40 symlinks removed.
Linking /opt/homebrew/Cellar/php@8.1/8.1.22...
Error: Could not symlink bin/pear
Target /opt/homebrew/bin/pear
is a symlink belonging to php@7.2. You can unlink it:
  brew unlink php@7.2

To force the link and overwrite all conflicting files:
  brew link --overwrite php@8.1

To list all files that would be deleted:
  brew link --overwrite --dry-run php@8.1
┌─── hans@hansbook:~
└╼ brew unlink php@8.1 && brew link --force --overwrite php@8.1
Unlinking /opt/homebrew/Cellar/php@8.1/8.1.22... 0 symlinks removed.
Linking /opt/homebrew/Cellar/php@8.1/8.1.22... 337 symlinks created.

If you need to have this software first in your PATH instead consider running:
  echo 'export PATH="/opt/homebrew/opt/php@8.1/bin:$PATH"' >> /Users/hans/.bash_profile
  echo 'export PATH="/opt/homebrew/opt/php@8.1/sbin:$PATH"' >> /Users/hans/.bash_profile
github-actions[bot] commented 11 months ago

:tada: This PR is included in version 3.17.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: