質問編集履歴

2

OSのヴァージョンを追記しました

2015/10/12 11:13

投稿

blackPorgy_
blackPorgy_

スコア46

test CHANGED
File without changes
test CHANGED
@@ -350,6 +350,8 @@
350
350
 
351
351
 
352
352
 
353
+ OSはcentOS 6.7です.
354
+
353
355
  composerはホームディレクトリで
354
356
 
355
357
  ```

1

composerのインストール法を追記しました

2015/10/12 11:12

投稿

blackPorgy_
blackPorgy_

スコア46

test CHANGED
File without changes
test CHANGED
@@ -347,3 +347,15 @@
347
347
  というエラーメッセージが表示されます.Command.phpを見てみてもphpがわからないためどうしたらよいかわかりません.
348
348
 
349
349
  どうすればintlをダウンロードできるでしょうか
350
+
351
+
352
+
353
+ composerはホームディレクトリで
354
+
355
+ ```
356
+
357
+ curl -s https://getcomposer.org/installer | php
358
+
359
+ ```
360
+
361
+ を実行してインストールしました.