Hi,
Tried this and works very well. Thx.
Small issue with php 7.1 openssl module and composer.
Seems the modules that are activated using the Controller, are only active in apache and not in the CLI ?
Running
php -f composer.phar self-update
gives
[Composer\Exception\NoSslException]
The openssl extension is required for SSL/TLS protection but is not availab
le. If you can not enable the openssl extension, you can disable this error
, at your own risk, by setting the 'disable-tls' option to true.
phpinfo() shows openssl as active.
running php -m on the Server Console
[PHP Modules]
bcmath
calendar
Core
ctype
date
dom
filter
hash
iconv
json
libxml
mcrypt
mysqlnd
pcre
PDO
Phar
readline
Reflection
session
SimpleXML
SPL
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
zip
zlib