phapp create was running the command exec 'composer config --global repositories.drunomics composer https://packages.drunomics.com' which failed. I figured it was due to phapp inserting the command with all arguments as a single string, while symfony's process expects it to be an array of arguments.
phapp create
was running the commandexec 'composer config --global repositories.drunomics composer https://packages.drunomics.com'
which failed. I figured it was due to phapp inserting the command with all arguments as a single string, while symfony's process expects it to be an array of arguments.