| author | ymh <ymh.work@gmail.com> |
| Tue, 03 Sep 2024 11:44:24 +0200 | |
| changeset 1560 | d441b50586ba |
| parent 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", |
|
1558
761ba7426984
upgrade metadataplayer and add a sitemap
ymh <ymh.work@gmail.com>
parents:
1557
diff
changeset
|
8 |
"guzzlehttp/guzzle": "^7.8" |
|
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 |
} |
| 1557 | 15 |
], |
16 |
"config": { |
|
17 |
"allow-plugins": { |
|
18 |
} |
|
19 |
} |
|
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
20 |
} |