Hey guys trying to install the slim php api framework locally via composer but everytime I try to run
composer require slim/slim "^3.0"
the following error happens:
[Composer\Downloader\TransportException]
The "https://getcomposer.org/version" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed
I am doing all of this on my mac running macOS
and have no idea how to solve this issue can anyone help me