web/composer.json
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 02:01:12 +0100
changeset 1580 2b0cb7c8f34d
parent 1558 761ba7426984
permissions -rw-r--r--
Added tag V09.004 for changeset c88b8cc7b2b8

{
    "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": {
        }
    }
}