PHPCI icon indicating copy to clipboard operation
PHPCI copied to clipboard

Composer plugin problem

Open tasselchof opened this issue 7 years ago • 1 comments

Hello!

I installed PHP-CI and everything seems normal, but there is a problem, that is happening when I am running composer. It's just freezes with no return on anything (I tried to remove --no-ansi --no-interaction flags, but still nothing). After a while build is failing.

If I am going directly to build directory and trying to execute commands from console (including composer one) application deploying with no problems.

Log of the build looking like this:

Cloning into '/home/env/domains/phpci.env/PHPCI/build/626_63656'... Checking out files: 100% (12136/12136), done.

81b1bc428399f6404ea3391fd10951a82fe24b4b Working copy created: / RUNNING PLUGIN: shell ➤ Executing task local:prepare ✔ Ok ➤ Executing task local:release ✔ Ok ✔ config/autoload/doctrine.local.php ✔ Ok Cloning into 'scripts/deploy/dep'...

PLUGIN: SUCCESS RUNNING PLUGIN: composer Using --prefer-dist flag /usr/local/bin/composer --prefer-dist --working-dir="/" install

If it's unknown issue, at least is it possible to turn on output to understand when it's happening and how to deal with it?

Thanks!

tasselchof avatar Feb 25 '17 21:02 tasselchof

Hello,

I had the same issue on Windows. I just add --quiet to the composer command and it solved the problem.

TZK- avatar Jun 17 '17 17:06 TZK-