web/composer.json
author ymh <ymh.work@gmail.com>
Tue, 02 Jul 2019 17:41:28 +0200
changeset 1507 1e7aa7dc444b
parent 1478 adb28b75f2c7
child 1516 6dbddb984a22
permissions -rw-r--r--
adapt polemictweet to python 3.7, new twitter model and update requirement
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": {
1449
f337cfef91da Update php libraries
ymh <ymh.work@gmail.com>
parents: 1427
diff changeset
     5
        "abraham/twitteroauth": "^0.9",
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
}