web/composer.json
changeset 1558 761ba7426984
parent 1557 7c67caaafdeb
equal deleted inserted replaced
1557:7c67caaafdeb 1558:761ba7426984
     3     "type": "project",
     3     "type": "project",
     4     "require": {
     4     "require": {
     5         "abraham/twitteroauth": "^4",
     5         "abraham/twitteroauth": "^4",
     6         "laminas/laminas-i18n": "^2.9",
     6         "laminas/laminas-i18n": "^2.9",
     7         "tedivm/stash": "^0.17",
     7         "tedivm/stash": "^0.17",
     8         "laminas/laminas-dependency-plugin": "^2.5",
     8         "guzzlehttp/guzzle": "^7.8"
     9         "fundevogel/php-mastodon": "^0.6.0"
       
    10     },
     9     },
    11     "authors": [
    10     "authors": [
    12         {
    11         {
    13             "name": "ymh",
    12             "name": "ymh",
    14             "email": "ymh@iri.centrepompidou.fr"
    13             "email": "ymh@iri.centrepompidou.fr"
    15         }
    14         }
    16     ],
    15     ],
    17     "config": {
    16     "config": {
    18         "allow-plugins": {
    17         "allow-plugins": {
    19             "laminas/laminas-dependency-plugin": true
       
    20         }
    18         }
    21     }
    19     }
    22 }
    20 }