| author | ymh <ymh.work@gmail.com> |
| Mon, 21 Dec 2020 14:03:08 +0100 | |
| changeset 1537 | 7e59183129bb |
| parent 1516 | 6dbddb984a22 |
| child 1544 | 8f8faf11c81f |
| permissions | -rw-r--r-- |
|
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 | 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 |
} |