cPanel suhosin issue
If you use cpanel and suhosin, you might get error as
|
|
You have two options to solve it, one is update php.ini
file if you have the permission, the other one is add -d
option as php -d suhosin.executor.include.whitelist=phar
every time you need composer.
Steps
The following code will do the work on 2nd method
Then you can start enjoy composer
|
|