You are running composer with xdebug enabled. This has a major impact on runtime performance.対策PHPxdebugComposer 新しい記事「必要な時にのみxdebugをオン」を投稿しました(2017/05/19) Composer 1.3.0 - https://github.com/composer/composer/blob/1.3.0/CHANGELOG.md Fixed ext-xdebug not being require-able anymore due to automatic xdebug disabling 自動で無効化されるようになったので、ユーザー側のワークアラウンドはもはや不要になったようです。 以上はコメント欄で@tadsanさんが教えてくれた内容です。 compo