web/composer.json
changeset 1557 7c67caaafdeb
parent 1544 8f8faf11c81f
child 1558 761ba7426984
--- a/web/composer.json	Thu Dec 02 13:52:58 2021 +0100
+++ b/web/composer.json	Mon Nov 20 18:10:58 2023 +0100
@@ -2,15 +2,21 @@
     "name": "iri/polemictweet",
     "type": "project",
     "require": {
-        "abraham/twitteroauth": "^3.1",
+        "abraham/twitteroauth": "^4",
         "laminas/laminas-i18n": "^2.9",
-        "tedivm/stash": "^0.16",
-        "laminas/laminas-dependency-plugin": "^2.1"
+        "tedivm/stash": "^0.17",
+        "laminas/laminas-dependency-plugin": "^2.5",
+        "fundevogel/php-mastodon": "^0.6.0"
     },
     "authors": [
         {
             "name": "ymh",
             "email": "ymh@iri.centrepompidou.fr"
         }
-    ]
+    ],
+    "config": {
+        "allow-plugins": {
+            "laminas/laminas-dependency-plugin": true
+        }
+    }
 }