I\'m trying to install laravel installer with the composer on my Ubuntu PC, but I get this error during the installation. `Your requirements could not be resolved to an inst
For macOs users you can use Homebrew instead :
# For php v7.0 brew install php@7.0 # For php v7.1 brew install php@7.1 # For php v7.2 brew install php@7.2 # For php v7.3 brew install php@7.3 # For php v7.4 brew install php@7.4