質問編集履歴

1

composer.jsonの追加

2021/12/15 13:06

投稿

moyashi_lost
moyashi_lost

スコア5

test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,33 @@
39
39
 
40
40
 
41
41
  composer require abraham/twitteroauthコマンドを実行すると上記のようになってしまいます。
42
+
43
+
44
+
45
+
46
+
47
+ ```
48
+
49
+
50
+
51
+ 編集後
52
+
53
+
54
+
55
+
56
+
57
+ ```composer.json
58
+
59
+ {
60
+
61
+ "require": {
62
+
63
+ "google/cloud-vision": "^1.5",
64
+
65
+ "google/apiclient": "^2.11"
66
+
67
+ }
68
+
69
+ }
70
+
71
+ ```