2014-08-28 23 views
6

我正在尋找一些關於如何開始試着解決我的作曲家安裝問題的指針。作曲家「平臺設置:失敗」是什麼意思?

C:\xampp>composer diagnose 
Checking composer.json: OK 
Checking platform settings: FAIL 

The xdebug extension is loaded, this can slow down Composer a little. 
Disabling it when using Composer is recommended, but should not cause issues beyond slowness. 
Checking git settings: OK 
Checking http connectivity: OK 
Checking disk free space: OK 
Checking composer version: OK 

C:\xampp>composer self-update 
You are already using composer version 1e27ff5e22df81e3cd0cd36e5fdd4a3c5a031f4a. 

回答

3

它已經告訴你爲什麼檢查平臺設置失敗: 這是因爲它被加載Xdebug擴展的。但這不應該導致任何問題超出緩慢。

如果您覺得您的作曲家速度較慢並且您不需要xdebug,則可以禁用它。 以下是您的工作方式:https://stackoverflow.com/a/8754934/3219613

相關問題