You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried setting COMPOSER_HOME to the suggested value:
define('COMPOSER_HOME', '/tmp/composer');
Still, it doesn't work:
Cannot create cache directory /var/www/.composer/cache/repo/https---packagist.org/, or directory is not writable. Proceeding without cache
Cannot create cache directory /var/www/.composer/cache/files/, or directory is not writable. Proceeding without cache
Composer version:
Composer version 1.2.0 2016-07-19 01:28:52
I don't know if this is handled with environmental variables but perhaps my nginx + php-fpm setup isn't able to set them properly?
The text was updated successfully, but these errors were encountered:
I tried setting
COMPOSER_HOME
to the suggested value:Still, it doesn't work:
Composer version:
I don't know if this is handled with environmental variables but perhaps my nginx + php-fpm setup isn't able to set them properly?
The text was updated successfully, but these errors were encountered: