I am trying to install a library in my web app in a network folder.
Here is my sample terminal:
PS Microsoft.PowerShell.CoreFileSystem::\172.27.45.115htmldrb> C:xamppphpphp.exe C:xamppcomposer.phar require phpoffice/phpspreadsheet
By the way, PHP.exe is not installed in that resource folder(drb website). I have separated my composer.phar in my own local folder as my own solution to install the library but still not works. I’m getting this error:
curl error 60 while downloading https://repo.packagist.json/packages.json: SSL certificate problem: unable to get local issuer certificate
I’m aware it is blocked by our company’s firewall thing but I’m in need of installing the library. How can I achieve that? I have no connection with our network security guys so I cannot request and address this issue to them. Please help.