Closed (fixed)
Project:
Composer Manager
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2015 at 14:13 UTC
Updated:
21 Jan 2015 at 23:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
penyaskitoThis worked for me.
Comment #2
JulienD commentedHi,
Enabling composer_manager to a freshly installed Drupal 8 from the Git repository results to an error page.
RuntimeException : public://composer/composer.json is not writable. dans Drupal\composer_manager\ComposerFile->write() (ligne 109 dans /home/vagrant/data/drupal-commerce-dev/modules/composer_manager/src/ComposerFile.php).This patch fixes the issue and allow composer_manager to be properly installed. Thanks @penyaskito
Comment #3
bojanz commentedCommitted, thanks!