| author | ymh <ymh.work@gmail.com> |
| Mon, 20 Nov 2023 18:10:58 +0100 | |
| changeset 1557 | 7c67caaafdeb |
| parent 1544 | 8f8faf11c81f |
| child 1558 | 761ba7426984 |
| 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": { |
| 1557 | 5 |
"abraham/twitteroauth": "^4", |
| 1544 | 6 |
"laminas/laminas-i18n": "^2.9", |
| 1557 | 7 |
"tedivm/stash": "^0.17", |
8 |
"laminas/laminas-dependency-plugin": "^2.5", |
|
9 |
"fundevogel/php-mastodon": "^0.6.0" |
|
|
1427
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 |
"authors": [ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
{ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
"name": "ymh", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
"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
|
15 |
} |
| 1557 | 16 |
], |
17 |
"config": { |
|
18 |
"allow-plugins": { |
|
19 |
"laminas/laminas-dependency-plugin": true |
|
20 |
} |
|
21 |
} |
|
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
22 |
} |