I deleted my old Xampp local server and installed latest one it's include
- Apache/2.4.18 (Unix)
- OpenSSL/1.0.2e
- PHP/7.0.1
- mod_perl/2.0.8-dev
- Perl/v5.16.3
But when I try to install it by:
curl -sS https://getcomposer.org/installer | php
It says:
Some settings on your machine may cause stability issues with Composer.
If you encounter issues, try to change the following:
The OpenSSL library (0.9.8zc) used by PHP does not support TLSv1.2 or TLSv1.1.
If possible you should upgrade OpenSSL to version 1.0.1 or above.
Downloading...
Composer successfully installed to: /Users/hammodgrimmie/composer.phar
Use it: php composer.phar
Help please.