web/composer.json
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 01:30:05 +0100
changeset 1576 d4f797a5471f
parent 1558 761ba7426984
permissions -rw-r--r--
Added tag V09.002 for changeset ce1d5b0d1479

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