web/composer.json
author ymh <ymh.work@gmail.com>
Sat, 19 Oct 2024 01:42:20 +0200
changeset 1565 b1d408b2381d
parent 1558 761ba7426984
permissions -rw-r--r--
upgrade metadataplayer

{
    "name": "iri/polemictweet",
    "type": "project",
    "require": {
        "abraham/twitteroauth": "^4",
        "laminas/laminas-i18n": "^2.9",
        "tedivm/stash": "^0.17",
        "guzzlehttp/guzzle": "^7.8"
    },
    "authors": [
        {
            "name": "ymh",
            "email": "ymh@iri.centrepompidou.fr"
        }
    ],
    "config": {
        "allow-plugins": {
        }
    }
}