Your composerize-drupal has worked really well. The only thing I found is if I just used the directory name for --drupal-root then my composer.json prefixed all my Drupal directory paths with ../.
Coverage remained the same at 93.173% when pulling 7daf340901c9642d70f680642e6f905f6f0b92ed on simon-olsen:patch-1 into 6c2096a63d4ed4c2a395a111a774fb33a1b442cd on grasmash:master.
Coverage remained the same at 93.173% when pulling 7daf340901c9642d70f680642e6f905f6f0b92ed on simon-olsen:patch-1 into 6c2096a63d4ed4c2a395a111a774fb33a1b442cd on grasmash:master.
Coverage remained the same at 93.173% when pulling 7daf340901c9642d70f680642e6f905f6f0b92ed on simon-olsen:patch-1 into 6c2096a63d4ed4c2a395a111a774fb33a1b442cd on grasmash:master.
Coverage remained the same at 93.173% when pulling 7daf340901c9642d70f680642e6f905f6f0b92ed on simon-olsen:patch-1 into 6c2096a63d4ed4c2a395a111a774fb33a1b442cd on grasmash:master.
Your composerize-drupal has worked really well. The only thing I found is if I just used the directory name for
--drupal-root
then my composer.json prefixed all my Drupal directory paths with../
.Example...
When I used a relative path (ie. added
./
to my--drupal-root
), the composer.json file was created with the correct paths to my Drupal directory.So thought I'd suggest updating your usage instructions with this info.
I also added another example for those of us (stuck) using cPanel.
Hope this helps. :)