web/composer.json
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 01:37:34 +0100
changeset 1577 96a6eada7982
parent 1558 761ba7426984
permissions -rw-r--r--
Correct some details again

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