| author | ymh <ymh.work@gmail.com> |
| Wed, 29 Sep 2021 13:53:11 +0200 | |
| changeset 1546 | fa507125e96c |
| parent 1544 | 8f8faf11c81f |
| child 1557 | 7c67caaafdeb |
| 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": { |
| 1544 | 5 |
"abraham/twitteroauth": "^3.1", |
6 |
"laminas/laminas-i18n": "^2.9", |
|
7 |
"tedivm/stash": "^0.16", |
|
8 |
"laminas/laminas-dependency-plugin": "^2.1" |
|
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
10 |
"authors": [ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
11 |
{ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
"name": "ymh", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
"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
|
14 |
} |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
15 |
] |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
} |