Answers for "how downgrade mac os php version to 7"

PHP
1

downgrade php 7.4 to 7.3 mac

#Install php version 7.3
brew install [email protected]
#Install the required PHP to your PATH
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile
echo 'export PATH="/usr/local/opt/[email protected]/sbin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
#Check Version
php --version
#Show you where your ini file is loaded
php --ini
Posted by: Guest on February-13-2021
0

mac os down upgrade php version

tymon/jwt-auth  not supports php 8.0.8

try this
  


composer require tymon/jwt-auth --ignore-platform-reqs
Posted by: Guest on July-17-2021

Code answers related to "how downgrade mac os php version to 7"

Browse Popular Code Answers by Language