web/composer.json
author Riwad Salim <riwad.salim@yahoo.fr>
Mon, 16 Dec 2019 23:05:12 +0100
changeset 1520 f189d4918dae
parent 1516 6dbddb984a22
child 1544 8f8faf11c81f
permissions -rw-r--r--
Edit enmi19 description
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1427
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
    "name": "iri/polemictweet",
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    "type": "project",
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
    "require": {
1516
6dbddb984a22 upgrade php dependencies
ymh <ymh.work@gmail.com>
parents: 1478
diff changeset
     5
        "abraham/twitteroauth": "^1.0",
1478
adb28b75f2c7 Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents: 1449
diff changeset
     6
        "zendframework/zend-i18n": "^2.9",
adb28b75f2c7 Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents: 1449
diff changeset
     7
        "tedivm/stash": "^0.15.1"
1427
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
    },
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
    "authors": [
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
        {
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
            "name": "ymh",
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
            "email": "ymh@iri.centrepompidou.fr"
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
        }
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
    ]
8b3d57a519eb remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
}