質問編集履歴

1

composer.jsonの情報追加

2022/09/22 06:02

投稿

Akira03
Akira03

スコア10

test CHANGED
File without changes
test CHANGED
@@ -33,6 +33,15 @@
33
33
  $result = $connection->post("tweets", ["text" => "API v2のテスト"], true); # trueを忘れないように
34
34
  ```
35
35
 
36
+ ```composer.json
37
+ {
38
+ "name": "boo.jp-tekitou/manezen",
39
+ "require": {
40
+ "abraham/twitteroauth": "^4.0"
41
+ }
42
+ }
43
+ ```
44
+
36
45
  ### 試したこと
37
46
 
38
47
  composer require abraham/twitteroauthの実行場所を「postsnippetsプラグインの直下」「wordpressファイル直下」「wordpress親フォルダ直下」の3か所で実行。