| 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 |
"_readme": [ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
"This file locks the dependencies of your project to a known state", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
"This file is @generated automatically" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
], |
| 1557 | 7 |
"content-hash": "9973261852972717dcdc8b37584857f8", |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
"packages": [ |
|
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 |
"name": "abraham/twitteroauth", |
| 1557 | 11 |
"version": "4.0.1", |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
"source": {
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
"type": "git", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
"url": "https://github.com/abraham/twitteroauth.git", |
| 1557 | 15 |
"reference": "b9302599e416e5c00742cf7f4455220897f8291d" |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
"dist": {
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
18 |
"type": "zip", |
| 1557 | 19 |
"url": "https://api.github.com/repos/abraham/twitteroauth/zipball/b9302599e416e5c00742cf7f4455220897f8291d", |
20 |
"reference": "b9302599e416e5c00742cf7f4455220897f8291d", |
|
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
21 |
"shasum": "" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
22 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
23 |
"require": {
|
| 1544 | 24 |
"composer/ca-bundle": "^1.2", |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
25 |
"ext-curl": "*", |
| 1557 | 26 |
"php": "^7.4 || ^8.0 || ^8.1" |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
27 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
28 |
"require-dev": {
|
| 1544 | 29 |
"php-vcr/php-vcr": "^1", |
30 |
"php-vcr/phpunit-testlistener-vcr": "dev-php-8", |
|
31 |
"phpmd/phpmd": "^2", |
|
32 |
"phpunit/phpunit": "^8 || ^9", |
|
| 1557 | 33 |
"rector/rector": "^0.12.19 || ^0.13.0", |
| 1544 | 34 |
"squizlabs/php_codesniffer": "^3" |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
35 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
36 |
"type": "library", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
37 |
"autoload": {
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
38 |
"psr-4": {
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
39 |
"Abraham\\TwitterOAuth\\": "src" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
40 |
} |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
41 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
42 |
"notification-url": "https://packagist.org/downloads/", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
43 |
"license": [ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
44 |
"MIT" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
45 |
], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
46 |
"authors": [ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
47 |
{
|
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
48 |
"name": "Abraham Williams", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
49 |
"email": "abraham@abrah.am", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
50 |
"homepage": "https://abrah.am", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
51 |
"role": "Developer" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
52 |
} |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
53 |
], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
54 |
"description": "The most popular PHP library for use with the Twitter OAuth REST API.", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
55 |
"homepage": "https://twitteroauth.com", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
56 |
"keywords": [ |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
57 |
"Twitter API", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
58 |
"Twitter oAuth", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
59 |
"api", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
60 |
"oauth", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
61 |
"rest", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
62 |
"social", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
63 |
"twitter" |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
64 |
], |
| 1544 | 65 |
"support": {
|
66 |
"issues": "https://github.com/abraham/twitteroauth/issues", |
|
67 |
"source": "https://github.com/abraham/twitteroauth" |
|
68 |
}, |
|
| 1557 | 69 |
"time": "2022-08-18T23:30:33+00:00" |
| 1544 | 70 |
}, |
71 |
{
|
|
72 |
"name": "composer/ca-bundle", |
|
| 1557 | 73 |
"version": "1.3.4", |
| 1544 | 74 |
"source": {
|
75 |
"type": "git", |
|
76 |
"url": "https://github.com/composer/ca-bundle.git", |
|
| 1557 | 77 |
"reference": "69098eca243998b53eed7a48d82dedd28b447cd5" |
| 1544 | 78 |
}, |
79 |
"dist": {
|
|
80 |
"type": "zip", |
|
| 1557 | 81 |
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/69098eca243998b53eed7a48d82dedd28b447cd5", |
82 |
"reference": "69098eca243998b53eed7a48d82dedd28b447cd5", |
|
| 1544 | 83 |
"shasum": "" |
84 |
}, |
|
85 |
"require": {
|
|
86 |
"ext-openssl": "*", |
|
87 |
"ext-pcre": "*", |
|
88 |
"php": "^5.3.2 || ^7.0 || ^8.0" |
|
89 |
}, |
|
90 |
"require-dev": {
|
|
91 |
"phpstan/phpstan": "^0.12.55", |
|
92 |
"psr/log": "^1.0", |
|
93 |
"symfony/phpunit-bridge": "^4.2 || ^5", |
|
| 1557 | 94 |
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" |
| 1544 | 95 |
}, |
96 |
"type": "library", |
|
97 |
"extra": {
|
|
98 |
"branch-alias": {
|
|
99 |
"dev-main": "1.x-dev" |
|
100 |
} |
|
101 |
}, |
|
102 |
"autoload": {
|
|
103 |
"psr-4": {
|
|
104 |
"Composer\\CaBundle\\": "src" |
|
105 |
} |
|
106 |
}, |
|
107 |
"notification-url": "https://packagist.org/downloads/", |
|
108 |
"license": [ |
|
109 |
"MIT" |
|
110 |
], |
|
111 |
"authors": [ |
|
112 |
{
|
|
113 |
"name": "Jordi Boggiano", |
|
114 |
"email": "j.boggiano@seld.be", |
|
115 |
"homepage": "http://seld.be" |
|
116 |
} |
|
117 |
], |
|
118 |
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
|
119 |
"keywords": [ |
|
120 |
"cabundle", |
|
121 |
"cacert", |
|
122 |
"certificate", |
|
123 |
"ssl", |
|
124 |
"tls" |
|
125 |
], |
|
126 |
"support": {
|
|
127 |
"irc": "irc://irc.freenode.org/composer", |
|
128 |
"issues": "https://github.com/composer/ca-bundle/issues", |
|
| 1557 | 129 |
"source": "https://github.com/composer/ca-bundle/tree/1.3.4" |
| 1544 | 130 |
}, |
131 |
"funding": [ |
|
132 |
{
|
|
133 |
"url": "https://packagist.com", |
|
134 |
"type": "custom" |
|
135 |
}, |
|
136 |
{
|
|
137 |
"url": "https://github.com/composer", |
|
138 |
"type": "github" |
|
139 |
}, |
|
140 |
{
|
|
141 |
"url": "https://tidelift.com/funding/github/packagist/composer/composer", |
|
142 |
"type": "tidelift" |
|
143 |
} |
|
144 |
], |
|
| 1557 | 145 |
"time": "2022-10-12T12:08:29+00:00" |
146 |
}, |
|
147 |
{
|
|
148 |
"name": "fundevogel/php-mastodon", |
|
149 |
"version": "0.6.0", |
|
150 |
"source": {
|
|
151 |
"type": "git", |
|
152 |
"url": "https://github.com/fundevogel/php-mastodon.git", |
|
153 |
"reference": "7fa2f86580cceea484ffa447d4c4074d90b404c3" |
|
154 |
}, |
|
155 |
"dist": {
|
|
156 |
"type": "zip", |
|
157 |
"url": "https://api.github.com/repos/fundevogel/php-mastodon/zipball/7fa2f86580cceea484ffa447d4c4074d90b404c3", |
|
158 |
"reference": "7fa2f86580cceea484ffa447d4c4074d90b404c3", |
|
159 |
"shasum": "" |
|
160 |
}, |
|
161 |
"require": {
|
|
162 |
"guzzlehttp/guzzle": "^7.3" |
|
163 |
}, |
|
164 |
"require-dev": {
|
|
165 |
"friendsofphp/php-cs-fixer": "^2.14", |
|
166 |
"phpunit/phpunit": "^8.1" |
|
167 |
}, |
|
168 |
"type": "library", |
|
169 |
"autoload": {
|
|
170 |
"psr-4": {
|
|
171 |
"Fundevogel\\Mastodon\\": "lib/" |
|
172 |
} |
|
173 |
}, |
|
174 |
"notification-url": "https://packagist.org/downloads/", |
|
175 |
"license": [ |
|
176 |
"GPL-3.0" |
|
177 |
], |
|
178 |
"authors": [ |
|
179 |
{
|
|
180 |
"name": "Kinder- und Jugendbuchhandlung Fundevogel", |
|
181 |
"email": "maschinenraum@fundevogel.de", |
|
182 |
"homepage": "https://fundevogel.de", |
|
183 |
"role": "Maintainer" |
|
184 |
}, |
|
185 |
{
|
|
186 |
"name": "Martin Folkers", |
|
187 |
"email": "hello@twobrain.io", |
|
188 |
"homepage": "https://twobrain.io", |
|
189 |
"role": "Developer" |
|
190 |
} |
|
191 |
], |
|
192 |
"description": "A small PHP library for interacting with Mastodon's REST API.", |
|
193 |
"homepage": "https://fundevogel.de", |
|
194 |
"keywords": [ |
|
195 |
"api", |
|
196 |
"mastodon", |
|
197 |
"oauth", |
|
198 |
"rest", |
|
199 |
"social" |
|
200 |
], |
|
201 |
"support": {
|
|
202 |
"issues": "https://github.com/fundevogel/php-mastodon/issues", |
|
203 |
"source": "https://github.com/fundevogel/php-mastodon/tree/0.6.0" |
|
204 |
}, |
|
205 |
"time": "2021-09-19T08:01:48+00:00" |
|
| 1544 | 206 |
}, |
207 |
{
|
|
| 1557 | 208 |
"name": "guzzlehttp/guzzle", |
209 |
"version": "7.5.0", |
|
| 1544 | 210 |
"source": {
|
211 |
"type": "git", |
|
| 1557 | 212 |
"url": "https://github.com/guzzle/guzzle.git", |
213 |
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba" |
|
214 |
}, |
|
215 |
"dist": {
|
|
216 |
"type": "zip", |
|
217 |
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba", |
|
218 |
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba", |
|
219 |
"shasum": "" |
|
220 |
}, |
|
221 |
"require": {
|
|
222 |
"ext-json": "*", |
|
223 |
"guzzlehttp/promises": "^1.5", |
|
224 |
"guzzlehttp/psr7": "^1.9 || ^2.4", |
|
225 |
"php": "^7.2.5 || ^8.0", |
|
226 |
"psr/http-client": "^1.0", |
|
227 |
"symfony/deprecation-contracts": "^2.2 || ^3.0" |
|
228 |
}, |
|
229 |
"provide": {
|
|
230 |
"psr/http-client-implementation": "1.0" |
|
231 |
}, |
|
232 |
"require-dev": {
|
|
233 |
"bamarni/composer-bin-plugin": "^1.8.1", |
|
234 |
"ext-curl": "*", |
|
235 |
"php-http/client-integration-tests": "^3.0", |
|
236 |
"phpunit/phpunit": "^8.5.29 || ^9.5.23", |
|
237 |
"psr/log": "^1.1 || ^2.0 || ^3.0" |
|
238 |
}, |
|
239 |
"suggest": {
|
|
240 |
"ext-curl": "Required for CURL handler support", |
|
241 |
"ext-intl": "Required for Internationalized Domain Name (IDN) support", |
|
242 |
"psr/log": "Required for using the Log middleware" |
|
243 |
}, |
|
244 |
"type": "library", |
|
245 |
"extra": {
|
|
246 |
"bamarni-bin": {
|
|
247 |
"bin-links": true, |
|
248 |
"forward-command": false |
|
249 |
}, |
|
250 |
"branch-alias": {
|
|
251 |
"dev-master": "7.5-dev" |
|
252 |
} |
|
253 |
}, |
|
254 |
"autoload": {
|
|
255 |
"files": [ |
|
256 |
"src/functions_include.php" |
|
257 |
], |
|
258 |
"psr-4": {
|
|
259 |
"GuzzleHttp\\": "src/" |
|
260 |
} |
|
261 |
}, |
|
262 |
"notification-url": "https://packagist.org/downloads/", |
|
263 |
"license": [ |
|
264 |
"MIT" |
|
265 |
], |
|
266 |
"authors": [ |
|
267 |
{
|
|
268 |
"name": "Graham Campbell", |
|
269 |
"email": "hello@gjcampbell.co.uk", |
|
270 |
"homepage": "https://github.com/GrahamCampbell" |
|
271 |
}, |
|
272 |
{
|
|
273 |
"name": "Michael Dowling", |
|
274 |
"email": "mtdowling@gmail.com", |
|
275 |
"homepage": "https://github.com/mtdowling" |
|
276 |
}, |
|
277 |
{
|
|
278 |
"name": "Jeremy Lindblom", |
|
279 |
"email": "jeremeamia@gmail.com", |
|
280 |
"homepage": "https://github.com/jeremeamia" |
|
281 |
}, |
|
282 |
{
|
|
283 |
"name": "George Mponos", |
|
284 |
"email": "gmponos@gmail.com", |
|
285 |
"homepage": "https://github.com/gmponos" |
|
286 |
}, |
|
287 |
{
|
|
288 |
"name": "Tobias Nyholm", |
|
289 |
"email": "tobias.nyholm@gmail.com", |
|
290 |
"homepage": "https://github.com/Nyholm" |
|
291 |
}, |
|
292 |
{
|
|
293 |
"name": "Márk Sági-Kazár", |
|
294 |
"email": "mark.sagikazar@gmail.com", |
|
295 |
"homepage": "https://github.com/sagikazarmark" |
|
296 |
}, |
|
297 |
{
|
|
298 |
"name": "Tobias Schultze", |
|
299 |
"email": "webmaster@tubo-world.de", |
|
300 |
"homepage": "https://github.com/Tobion" |
|
301 |
} |
|
302 |
], |
|
303 |
"description": "Guzzle is a PHP HTTP client library", |
|
304 |
"keywords": [ |
|
305 |
"client", |
|
306 |
"curl", |
|
307 |
"framework", |
|
308 |
"http", |
|
309 |
"http client", |
|
310 |
"psr-18", |
|
311 |
"psr-7", |
|
312 |
"rest", |
|
313 |
"web service" |
|
314 |
], |
|
315 |
"support": {
|
|
316 |
"issues": "https://github.com/guzzle/guzzle/issues", |
|
317 |
"source": "https://github.com/guzzle/guzzle/tree/7.5.0" |
|
318 |
}, |
|
319 |
"funding": [ |
|
320 |
{
|
|
321 |
"url": "https://github.com/GrahamCampbell", |
|
322 |
"type": "github" |
|
323 |
}, |
|
324 |
{
|
|
325 |
"url": "https://github.com/Nyholm", |
|
326 |
"type": "github" |
|
327 |
}, |
|
328 |
{
|
|
329 |
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", |
|
330 |
"type": "tidelift" |
|
331 |
} |
|
332 |
], |
|
333 |
"time": "2022-08-28T15:39:27+00:00" |
|
334 |
}, |
|
335 |
{
|
|
336 |
"name": "guzzlehttp/promises", |
|
337 |
"version": "1.5.2", |
|
338 |
"source": {
|
|
339 |
"type": "git", |
|
340 |
"url": "https://github.com/guzzle/promises.git", |
|
341 |
"reference": "b94b2807d85443f9719887892882d0329d1e2598" |
|
| 1544 | 342 |
}, |
343 |
"dist": {
|
|
344 |
"type": "zip", |
|
| 1557 | 345 |
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", |
346 |
"reference": "b94b2807d85443f9719887892882d0329d1e2598", |
|
347 |
"shasum": "" |
|
348 |
}, |
|
349 |
"require": {
|
|
350 |
"php": ">=5.5" |
|
351 |
}, |
|
352 |
"require-dev": {
|
|
353 |
"symfony/phpunit-bridge": "^4.4 || ^5.1" |
|
354 |
}, |
|
355 |
"type": "library", |
|
356 |
"extra": {
|
|
357 |
"branch-alias": {
|
|
358 |
"dev-master": "1.5-dev" |
|
359 |
} |
|
360 |
}, |
|
361 |
"autoload": {
|
|
362 |
"files": [ |
|
363 |
"src/functions_include.php" |
|
364 |
], |
|
365 |
"psr-4": {
|
|
366 |
"GuzzleHttp\\Promise\\": "src/" |
|
367 |
} |
|
368 |
}, |
|
369 |
"notification-url": "https://packagist.org/downloads/", |
|
370 |
"license": [ |
|
371 |
"MIT" |
|
372 |
], |
|
373 |
"authors": [ |
|
374 |
{
|
|
375 |
"name": "Graham Campbell", |
|
376 |
"email": "hello@gjcampbell.co.uk", |
|
377 |
"homepage": "https://github.com/GrahamCampbell" |
|
378 |
}, |
|
379 |
{
|
|
380 |
"name": "Michael Dowling", |
|
381 |
"email": "mtdowling@gmail.com", |
|
382 |
"homepage": "https://github.com/mtdowling" |
|
383 |
}, |
|
384 |
{
|
|
385 |
"name": "Tobias Nyholm", |
|
386 |
"email": "tobias.nyholm@gmail.com", |
|
387 |
"homepage": "https://github.com/Nyholm" |
|
388 |
}, |
|
389 |
{
|
|
390 |
"name": "Tobias Schultze", |
|
391 |
"email": "webmaster@tubo-world.de", |
|
392 |
"homepage": "https://github.com/Tobion" |
|
393 |
} |
|
394 |
], |
|
395 |
"description": "Guzzle promises library", |
|
396 |
"keywords": [ |
|
397 |
"promise" |
|
398 |
], |
|
399 |
"support": {
|
|
400 |
"issues": "https://github.com/guzzle/promises/issues", |
|
401 |
"source": "https://github.com/guzzle/promises/tree/1.5.2" |
|
402 |
}, |
|
403 |
"funding": [ |
|
404 |
{
|
|
405 |
"url": "https://github.com/GrahamCampbell", |
|
406 |
"type": "github" |
|
407 |
}, |
|
408 |
{
|
|
409 |
"url": "https://github.com/Nyholm", |
|
410 |
"type": "github" |
|
411 |
}, |
|
412 |
{
|
|
413 |
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", |
|
414 |
"type": "tidelift" |
|
415 |
} |
|
416 |
], |
|
417 |
"time": "2022-08-28T14:55:35+00:00" |
|
418 |
}, |
|
419 |
{
|
|
420 |
"name": "guzzlehttp/psr7", |
|
421 |
"version": "2.4.3", |
|
422 |
"source": {
|
|
423 |
"type": "git", |
|
424 |
"url": "https://github.com/guzzle/psr7.git", |
|
425 |
"reference": "67c26b443f348a51926030c83481b85718457d3d" |
|
426 |
}, |
|
427 |
"dist": {
|
|
428 |
"type": "zip", |
|
429 |
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d", |
|
430 |
"reference": "67c26b443f348a51926030c83481b85718457d3d", |
|
| 1544 | 431 |
"shasum": "" |
432 |
}, |
|
433 |
"require": {
|
|
| 1557 | 434 |
"php": "^7.2.5 || ^8.0", |
435 |
"psr/http-factory": "^1.0", |
|
436 |
"psr/http-message": "^1.0", |
|
437 |
"ralouphie/getallheaders": "^3.0" |
|
438 |
}, |
|
439 |
"provide": {
|
|
440 |
"psr/http-factory-implementation": "1.0", |
|
441 |
"psr/http-message-implementation": "1.0" |
|
| 1544 | 442 |
}, |
443 |
"require-dev": {
|
|
| 1557 | 444 |
"bamarni/composer-bin-plugin": "^1.8.1", |
445 |
"http-interop/http-factory-tests": "^0.9", |
|
446 |
"phpunit/phpunit": "^8.5.29 || ^9.5.23" |
|
447 |
}, |
|
448 |
"suggest": {
|
|
449 |
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" |
|
450 |
}, |
|
451 |
"type": "library", |
|
452 |
"extra": {
|
|
453 |
"bamarni-bin": {
|
|
454 |
"bin-links": true, |
|
455 |
"forward-command": false |
|
456 |
}, |
|
457 |
"branch-alias": {
|
|
458 |
"dev-master": "2.4-dev" |
|
459 |
} |
|
460 |
}, |
|
461 |
"autoload": {
|
|
462 |
"psr-4": {
|
|
463 |
"GuzzleHttp\\Psr7\\": "src/" |
|
464 |
} |
|
465 |
}, |
|
466 |
"notification-url": "https://packagist.org/downloads/", |
|
467 |
"license": [ |
|
468 |
"MIT" |
|
469 |
], |
|
470 |
"authors": [ |
|
471 |
{
|
|
472 |
"name": "Graham Campbell", |
|
473 |
"email": "hello@gjcampbell.co.uk", |
|
474 |
"homepage": "https://github.com/GrahamCampbell" |
|
475 |
}, |
|
476 |
{
|
|
477 |
"name": "Michael Dowling", |
|
478 |
"email": "mtdowling@gmail.com", |
|
479 |
"homepage": "https://github.com/mtdowling" |
|
480 |
}, |
|
481 |
{
|
|
482 |
"name": "George Mponos", |
|
483 |
"email": "gmponos@gmail.com", |
|
484 |
"homepage": "https://github.com/gmponos" |
|
485 |
}, |
|
486 |
{
|
|
487 |
"name": "Tobias Nyholm", |
|
488 |
"email": "tobias.nyholm@gmail.com", |
|
489 |
"homepage": "https://github.com/Nyholm" |
|
490 |
}, |
|
491 |
{
|
|
492 |
"name": "Márk Sági-Kazár", |
|
493 |
"email": "mark.sagikazar@gmail.com", |
|
494 |
"homepage": "https://github.com/sagikazarmark" |
|
495 |
}, |
|
496 |
{
|
|
497 |
"name": "Tobias Schultze", |
|
498 |
"email": "webmaster@tubo-world.de", |
|
499 |
"homepage": "https://github.com/Tobion" |
|
500 |
}, |
|
501 |
{
|
|
502 |
"name": "Márk Sági-Kazár", |
|
503 |
"email": "mark.sagikazar@gmail.com", |
|
504 |
"homepage": "https://sagikazarmark.hu" |
|
505 |
} |
|
506 |
], |
|
507 |
"description": "PSR-7 message implementation that also provides common utility methods", |
|
508 |
"keywords": [ |
|
509 |
"http", |
|
510 |
"message", |
|
511 |
"psr-7", |
|
512 |
"request", |
|
513 |
"response", |
|
514 |
"stream", |
|
515 |
"uri", |
|
516 |
"url" |
|
517 |
], |
|
518 |
"support": {
|
|
519 |
"issues": "https://github.com/guzzle/psr7/issues", |
|
520 |
"source": "https://github.com/guzzle/psr7/tree/2.4.3" |
|
521 |
}, |
|
522 |
"funding": [ |
|
523 |
{
|
|
524 |
"url": "https://github.com/GrahamCampbell", |
|
525 |
"type": "github" |
|
526 |
}, |
|
527 |
{
|
|
528 |
"url": "https://github.com/Nyholm", |
|
529 |
"type": "github" |
|
530 |
}, |
|
531 |
{
|
|
532 |
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
|
533 |
"type": "tidelift" |
|
534 |
} |
|
535 |
], |
|
536 |
"time": "2022-10-26T14:07:24+00:00" |
|
537 |
}, |
|
538 |
{
|
|
539 |
"name": "laminas/laminas-dependency-plugin", |
|
540 |
"version": "2.5.0", |
|
541 |
"source": {
|
|
542 |
"type": "git", |
|
543 |
"url": "https://github.com/laminas/laminas-dependency-plugin.git", |
|
544 |
"reference": "8f2d10199381cdc7d0843bfadad55f8485df9e38" |
|
545 |
}, |
|
546 |
"dist": {
|
|
547 |
"type": "zip", |
|
548 |
"url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/8f2d10199381cdc7d0843bfadad55f8485df9e38", |
|
549 |
"reference": "8f2d10199381cdc7d0843bfadad55f8485df9e38", |
|
550 |
"shasum": "" |
|
551 |
}, |
|
552 |
"require": {
|
|
553 |
"composer-plugin-api": ">=1.1.0 <2.3.0", |
|
554 |
"php": "~8.0.0 || ~8.1.0 || ~8.2.0" |
|
555 |
}, |
|
556 |
"require-dev": {
|
|
557 |
"composer/composer": ">=1.9.0 <2.3.0", |
|
558 |
"laminas/laminas-coding-standard": "~2.4.0", |
|
559 |
"mikey179/vfsstream": "^1.6.11", |
|
| 1544 | 560 |
"phpunit/phpunit": "^9.5.5", |
| 1557 | 561 |
"psalm/plugin-phpunit": "^0.17.0", |
| 1544 | 562 |
"roave/security-advisories": "dev-master", |
563 |
"vimeo/psalm": "^4.5" |
|
564 |
}, |
|
565 |
"type": "composer-plugin", |
|
566 |
"extra": {
|
|
567 |
"class": "Laminas\\DependencyPlugin\\DependencyRewriterPluginDelegator" |
|
568 |
}, |
|
569 |
"autoload": {
|
|
570 |
"psr-4": {
|
|
571 |
"Laminas\\DependencyPlugin\\": "src/" |
|
572 |
} |
|
573 |
}, |
|
574 |
"notification-url": "https://packagist.org/downloads/", |
|
575 |
"license": [ |
|
576 |
"BSD-3-Clause" |
|
577 |
], |
|
578 |
"description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.", |
|
579 |
"support": {
|
|
580 |
"issues": "https://github.com/laminas/laminas-dependency-plugin/issues", |
|
| 1557 | 581 |
"source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.5.0" |
| 1544 | 582 |
}, |
583 |
"funding": [ |
|
584 |
{
|
|
585 |
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
586 |
"type": "community_bridge" |
|
587 |
} |
|
588 |
], |
|
| 1557 | 589 |
"time": "2022-10-16T14:45:47+00:00" |
| 1544 | 590 |
}, |
591 |
{
|
|
592 |
"name": "laminas/laminas-i18n", |
|
| 1557 | 593 |
"version": "2.21.0", |
| 1544 | 594 |
"source": {
|
595 |
"type": "git", |
|
596 |
"url": "https://github.com/laminas/laminas-i18n.git", |
|
| 1557 | 597 |
"reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1" |
| 1544 | 598 |
}, |
599 |
"dist": {
|
|
600 |
"type": "zip", |
|
| 1557 | 601 |
"url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/fbd2d0373aaced4769cba2bf3d1425d55f68abb1", |
602 |
"reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1", |
|
| 1544 | 603 |
"shasum": "" |
604 |
}, |
|
605 |
"require": {
|
|
606 |
"ext-intl": "*", |
|
| 1557 | 607 |
"laminas/laminas-servicemanager": "^3.14.0", |
| 1544 | 608 |
"laminas/laminas-stdlib": "^2.7 || ^3.0", |
| 1557 | 609 |
"php": "~8.0.0 || ~8.1.0 || ~8.2.0" |
| 1544 | 610 |
}, |
611 |
"conflict": {
|
|
| 1557 | 612 |
"laminas/laminas-view": "<2.20.0", |
613 |
"phpspec/prophecy": "<1.9.0", |
|
614 |
"zendframework/zend-i18n": "*" |
|
| 1544 | 615 |
}, |
616 |
"require-dev": {
|
|
| 1557 | 617 |
"laminas/laminas-cache": "^3.8", |
618 |
"laminas/laminas-cache-storage-adapter-memory": "^2.2.0", |
|
619 |
"laminas/laminas-cache-storage-deprecated-factory": "^1.0.1", |
|
620 |
"laminas/laminas-coding-standard": "~2.4.0", |
|
621 |
"laminas/laminas-config": "^3.8.0", |
|
622 |
"laminas/laminas-eventmanager": "^3.7", |
|
623 |
"laminas/laminas-filter": "^2.28.1", |
|
624 |
"laminas/laminas-validator": "^2.28", |
|
625 |
"laminas/laminas-view": "^2.25", |
|
626 |
"phpunit/phpunit": "^9.5.26", |
|
627 |
"psalm/plugin-phpunit": "^0.18.3", |
|
628 |
"vimeo/psalm": "^5.0.0" |
|
| 1544 | 629 |
}, |
630 |
"suggest": {
|
|
| 1557 | 631 |
"laminas/laminas-cache": "You should install this package to cache the translations", |
632 |
"laminas/laminas-config": "You should install this package to use the INI translation format", |
|
| 1544 | 633 |
"laminas/laminas-eventmanager": "You should install this package to use the events in the translator", |
634 |
"laminas/laminas-filter": "You should install this package to use the provided filters", |
|
| 1557 | 635 |
"laminas/laminas-i18n-resources": "This package provides validator and captcha translations", |
| 1544 | 636 |
"laminas/laminas-validator": "You should install this package to use the provided validators", |
637 |
"laminas/laminas-view": "You should install this package to use the provided view helpers" |
|
638 |
}, |
|
639 |
"type": "library", |
|
640 |
"extra": {
|
|
641 |
"laminas": {
|
|
642 |
"component": "Laminas\\I18n", |
|
643 |
"config-provider": "Laminas\\I18n\\ConfigProvider" |
|
644 |
} |
|
645 |
}, |
|
646 |
"autoload": {
|
|
647 |
"psr-4": {
|
|
648 |
"Laminas\\I18n\\": "src/" |
|
649 |
} |
|
650 |
}, |
|
651 |
"notification-url": "https://packagist.org/downloads/", |
|
652 |
"license": [ |
|
653 |
"BSD-3-Clause" |
|
654 |
], |
|
655 |
"description": "Provide translations for your application, and filter and validate internationalized values", |
|
656 |
"homepage": "https://laminas.dev", |
|
657 |
"keywords": [ |
|
658 |
"i18n", |
|
659 |
"laminas" |
|
660 |
], |
|
661 |
"support": {
|
|
662 |
"chat": "https://laminas.dev/chat", |
|
663 |
"docs": "https://docs.laminas.dev/laminas-i18n/", |
|
664 |
"forum": "https://discourse.laminas.dev", |
|
665 |
"issues": "https://github.com/laminas/laminas-i18n/issues", |
|
666 |
"rss": "https://github.com/laminas/laminas-i18n/releases.atom", |
|
667 |
"source": "https://github.com/laminas/laminas-i18n" |
|
668 |
}, |
|
669 |
"funding": [ |
|
670 |
{
|
|
671 |
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
672 |
"type": "community_bridge" |
|
673 |
} |
|
674 |
], |
|
| 1557 | 675 |
"time": "2022-12-02T17:15:52+00:00" |
676 |
}, |
|
677 |
{
|
|
678 |
"name": "laminas/laminas-servicemanager", |
|
679 |
"version": "3.20.0", |
|
680 |
"source": {
|
|
681 |
"type": "git", |
|
682 |
"url": "https://github.com/laminas/laminas-servicemanager.git", |
|
683 |
"reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59" |
|
684 |
}, |
|
685 |
"dist": {
|
|
686 |
"type": "zip", |
|
687 |
"url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/bc2c2cbe2dd90db8b9d16b0618f542692b76ab59", |
|
688 |
"reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59", |
|
689 |
"shasum": "" |
|
690 |
}, |
|
691 |
"require": {
|
|
692 |
"laminas/laminas-stdlib": "^3.2.1", |
|
693 |
"php": "~8.0.0 || ~8.1.0 || ~8.2.0", |
|
694 |
"psr/container": "^1.0" |
|
695 |
}, |
|
696 |
"conflict": {
|
|
697 |
"ext-psr": "*", |
|
698 |
"laminas/laminas-code": "<3.3.1", |
|
699 |
"zendframework/zend-code": "<3.3.1", |
|
700 |
"zendframework/zend-servicemanager": "*" |
|
701 |
}, |
|
702 |
"provide": {
|
|
703 |
"psr/container-implementation": "^1.0" |
|
704 |
}, |
|
705 |
"replace": {
|
|
706 |
"container-interop/container-interop": "^1.2.0" |
|
707 |
}, |
|
708 |
"require-dev": {
|
|
709 |
"composer/package-versions-deprecated": "^1.11.99.5", |
|
710 |
"laminas/laminas-coding-standard": "~2.4.0", |
|
711 |
"laminas/laminas-container-config-test": "^0.8", |
|
712 |
"laminas/laminas-dependency-plugin": "^2.2", |
|
713 |
"mikey179/vfsstream": "^1.6.11@alpha", |
|
714 |
"ocramius/proxy-manager": "^2.14.1", |
|
715 |
"phpbench/phpbench": "^1.2.7", |
|
716 |
"phpunit/phpunit": "^9.5.26", |
|
717 |
"psalm/plugin-phpunit": "^0.18.0", |
|
718 |
"vimeo/psalm": "^5.0.0" |
|
719 |
}, |
|
720 |
"suggest": {
|
|
721 |
"ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" |
|
722 |
}, |
|
723 |
"bin": [ |
|
724 |
"bin/generate-deps-for-config-factory", |
|
725 |
"bin/generate-factory-for-class" |
|
726 |
], |
|
727 |
"type": "library", |
|
728 |
"autoload": {
|
|
729 |
"files": [ |
|
730 |
"src/autoload.php" |
|
731 |
], |
|
732 |
"psr-4": {
|
|
733 |
"Laminas\\ServiceManager\\": "src/" |
|
734 |
} |
|
735 |
}, |
|
736 |
"notification-url": "https://packagist.org/downloads/", |
|
737 |
"license": [ |
|
738 |
"BSD-3-Clause" |
|
739 |
], |
|
740 |
"description": "Factory-Driven Dependency Injection Container", |
|
741 |
"homepage": "https://laminas.dev", |
|
742 |
"keywords": [ |
|
743 |
"PSR-11", |
|
744 |
"dependency-injection", |
|
745 |
"di", |
|
746 |
"dic", |
|
747 |
"laminas", |
|
748 |
"service-manager", |
|
749 |
"servicemanager" |
|
750 |
], |
|
751 |
"support": {
|
|
752 |
"chat": "https://laminas.dev/chat", |
|
753 |
"docs": "https://docs.laminas.dev/laminas-servicemanager/", |
|
754 |
"forum": "https://discourse.laminas.dev", |
|
755 |
"issues": "https://github.com/laminas/laminas-servicemanager/issues", |
|
756 |
"rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", |
|
757 |
"source": "https://github.com/laminas/laminas-servicemanager" |
|
758 |
}, |
|
759 |
"funding": [ |
|
760 |
{
|
|
761 |
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
762 |
"type": "community_bridge" |
|
763 |
} |
|
764 |
], |
|
765 |
"time": "2022-12-01T17:03:38+00:00" |
|
| 1544 | 766 |
}, |
767 |
{
|
|
768 |
"name": "laminas/laminas-stdlib", |
|
| 1557 | 769 |
"version": "3.16.1", |
| 1544 | 770 |
"source": {
|
771 |
"type": "git", |
|
772 |
"url": "https://github.com/laminas/laminas-stdlib.git", |
|
| 1557 | 773 |
"reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17" |
| 1544 | 774 |
}, |
775 |
"dist": {
|
|
776 |
"type": "zip", |
|
| 1557 | 777 |
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/f4f773641807c7ccee59b758bfe4ac4ba33ecb17", |
778 |
"reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17", |
|
| 1544 | 779 |
"shasum": "" |
780 |
}, |
|
781 |
"require": {
|
|
| 1557 | 782 |
"php": "~8.0.0 || ~8.1.0 || ~8.2.0" |
| 1544 | 783 |
}, |
784 |
"conflict": {
|
|
785 |
"zendframework/zend-stdlib": "*" |
|
786 |
}, |
|
787 |
"require-dev": {
|
|
| 1557 | 788 |
"laminas/laminas-coding-standard": "^2.4.0", |
789 |
"phpbench/phpbench": "^1.2.7", |
|
790 |
"phpunit/phpunit": "^9.5.26", |
|
791 |
"psalm/plugin-phpunit": "^0.18.0", |
|
792 |
"vimeo/psalm": "^5.0.0" |
|
| 1544 | 793 |
}, |
794 |
"type": "library", |
|
795 |
"autoload": {
|
|
796 |
"psr-4": {
|
|
797 |
"Laminas\\Stdlib\\": "src/" |
|
798 |
} |
|
799 |
}, |
|
800 |
"notification-url": "https://packagist.org/downloads/", |
|
801 |
"license": [ |
|
802 |
"BSD-3-Clause" |
|
803 |
], |
|
804 |
"description": "SPL extensions, array utilities, error handlers, and more", |
|
805 |
"homepage": "https://laminas.dev", |
|
806 |
"keywords": [ |
|
807 |
"laminas", |
|
808 |
"stdlib" |
|
809 |
], |
|
810 |
"support": {
|
|
811 |
"chat": "https://laminas.dev/chat", |
|
812 |
"docs": "https://docs.laminas.dev/laminas-stdlib/", |
|
813 |
"forum": "https://discourse.laminas.dev", |
|
814 |
"issues": "https://github.com/laminas/laminas-stdlib/issues", |
|
815 |
"rss": "https://github.com/laminas/laminas-stdlib/releases.atom", |
|
816 |
"source": "https://github.com/laminas/laminas-stdlib" |
|
817 |
}, |
|
818 |
"funding": [ |
|
819 |
{
|
|
820 |
"url": "https://funding.communitybridge.org/projects/laminas-project", |
|
821 |
"type": "community_bridge" |
|
822 |
} |
|
823 |
], |
|
| 1557 | 824 |
"time": "2022-12-03T18:48:01+00:00" |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
825 |
}, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
826 |
{
|
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
827 |
"name": "psr/cache", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
828 |
"version": "1.0.1", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
829 |
"source": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
830 |
"type": "git", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
831 |
"url": "https://github.com/php-fig/cache.git", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
832 |
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
833 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
834 |
"dist": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
835 |
"type": "zip", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
836 |
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
837 |
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
838 |
"shasum": "" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
839 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
840 |
"require": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
841 |
"php": ">=5.3.0" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
842 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
843 |
"type": "library", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
844 |
"extra": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
845 |
"branch-alias": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
846 |
"dev-master": "1.0.x-dev" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
847 |
} |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
848 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
849 |
"autoload": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
850 |
"psr-4": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
851 |
"Psr\\Cache\\": "src/" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
852 |
} |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
853 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
854 |
"notification-url": "https://packagist.org/downloads/", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
855 |
"license": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
856 |
"MIT" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
857 |
], |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
858 |
"authors": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
859 |
{
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
860 |
"name": "PHP-FIG", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
861 |
"homepage": "http://www.php-fig.org/" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
862 |
} |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
863 |
], |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
864 |
"description": "Common interface for caching libraries", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
865 |
"keywords": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
866 |
"cache", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
867 |
"psr", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
868 |
"psr-6" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
869 |
], |
| 1544 | 870 |
"support": {
|
871 |
"source": "https://github.com/php-fig/cache/tree/master" |
|
872 |
}, |
|
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
873 |
"time": "2016-08-06T20:24:11+00:00" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
874 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
875 |
{
|
| 1557 | 876 |
"name": "psr/container", |
877 |
"version": "1.1.2", |
|
878 |
"source": {
|
|
879 |
"type": "git", |
|
880 |
"url": "https://github.com/php-fig/container.git", |
|
881 |
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea" |
|
882 |
}, |
|
883 |
"dist": {
|
|
884 |
"type": "zip", |
|
885 |
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", |
|
886 |
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea", |
|
887 |
"shasum": "" |
|
888 |
}, |
|
889 |
"require": {
|
|
890 |
"php": ">=7.4.0" |
|
891 |
}, |
|
892 |
"type": "library", |
|
893 |
"autoload": {
|
|
894 |
"psr-4": {
|
|
895 |
"Psr\\Container\\": "src/" |
|
896 |
} |
|
897 |
}, |
|
898 |
"notification-url": "https://packagist.org/downloads/", |
|
899 |
"license": [ |
|
900 |
"MIT" |
|
901 |
], |
|
902 |
"authors": [ |
|
903 |
{
|
|
904 |
"name": "PHP-FIG", |
|
905 |
"homepage": "https://www.php-fig.org/" |
|
906 |
} |
|
907 |
], |
|
908 |
"description": "Common Container Interface (PHP FIG PSR-11)", |
|
909 |
"homepage": "https://github.com/php-fig/container", |
|
910 |
"keywords": [ |
|
911 |
"PSR-11", |
|
912 |
"container", |
|
913 |
"container-interface", |
|
914 |
"container-interop", |
|
915 |
"psr" |
|
916 |
], |
|
917 |
"support": {
|
|
918 |
"issues": "https://github.com/php-fig/container/issues", |
|
919 |
"source": "https://github.com/php-fig/container/tree/1.1.2" |
|
920 |
}, |
|
921 |
"time": "2021-11-05T16:50:12+00:00" |
|
922 |
}, |
|
923 |
{
|
|
924 |
"name": "psr/http-client", |
|
925 |
"version": "1.0.1", |
|
926 |
"source": {
|
|
927 |
"type": "git", |
|
928 |
"url": "https://github.com/php-fig/http-client.git", |
|
929 |
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" |
|
930 |
}, |
|
931 |
"dist": {
|
|
932 |
"type": "zip", |
|
933 |
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", |
|
934 |
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", |
|
935 |
"shasum": "" |
|
936 |
}, |
|
937 |
"require": {
|
|
938 |
"php": "^7.0 || ^8.0", |
|
939 |
"psr/http-message": "^1.0" |
|
940 |
}, |
|
941 |
"type": "library", |
|
942 |
"extra": {
|
|
943 |
"branch-alias": {
|
|
944 |
"dev-master": "1.0.x-dev" |
|
945 |
} |
|
946 |
}, |
|
947 |
"autoload": {
|
|
948 |
"psr-4": {
|
|
949 |
"Psr\\Http\\Client\\": "src/" |
|
950 |
} |
|
951 |
}, |
|
952 |
"notification-url": "https://packagist.org/downloads/", |
|
953 |
"license": [ |
|
954 |
"MIT" |
|
955 |
], |
|
956 |
"authors": [ |
|
957 |
{
|
|
958 |
"name": "PHP-FIG", |
|
959 |
"homepage": "http://www.php-fig.org/" |
|
960 |
} |
|
961 |
], |
|
962 |
"description": "Common interface for HTTP clients", |
|
963 |
"homepage": "https://github.com/php-fig/http-client", |
|
964 |
"keywords": [ |
|
965 |
"http", |
|
966 |
"http-client", |
|
967 |
"psr", |
|
968 |
"psr-18" |
|
969 |
], |
|
970 |
"support": {
|
|
971 |
"source": "https://github.com/php-fig/http-client/tree/master" |
|
972 |
}, |
|
973 |
"time": "2020-06-29T06:28:15+00:00" |
|
974 |
}, |
|
975 |
{
|
|
976 |
"name": "psr/http-factory", |
|
977 |
"version": "1.0.1", |
|
978 |
"source": {
|
|
979 |
"type": "git", |
|
980 |
"url": "https://github.com/php-fig/http-factory.git", |
|
981 |
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" |
|
982 |
}, |
|
983 |
"dist": {
|
|
984 |
"type": "zip", |
|
985 |
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", |
|
986 |
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", |
|
987 |
"shasum": "" |
|
988 |
}, |
|
989 |
"require": {
|
|
990 |
"php": ">=7.0.0", |
|
991 |
"psr/http-message": "^1.0" |
|
992 |
}, |
|
993 |
"type": "library", |
|
994 |
"extra": {
|
|
995 |
"branch-alias": {
|
|
996 |
"dev-master": "1.0.x-dev" |
|
997 |
} |
|
998 |
}, |
|
999 |
"autoload": {
|
|
1000 |
"psr-4": {
|
|
1001 |
"Psr\\Http\\Message\\": "src/" |
|
1002 |
} |
|
1003 |
}, |
|
1004 |
"notification-url": "https://packagist.org/downloads/", |
|
1005 |
"license": [ |
|
1006 |
"MIT" |
|
1007 |
], |
|
1008 |
"authors": [ |
|
1009 |
{
|
|
1010 |
"name": "PHP-FIG", |
|
1011 |
"homepage": "http://www.php-fig.org/" |
|
1012 |
} |
|
1013 |
], |
|
1014 |
"description": "Common interfaces for PSR-7 HTTP message factories", |
|
1015 |
"keywords": [ |
|
1016 |
"factory", |
|
1017 |
"http", |
|
1018 |
"message", |
|
1019 |
"psr", |
|
1020 |
"psr-17", |
|
1021 |
"psr-7", |
|
1022 |
"request", |
|
1023 |
"response" |
|
1024 |
], |
|
1025 |
"support": {
|
|
1026 |
"source": "https://github.com/php-fig/http-factory/tree/master" |
|
1027 |
}, |
|
1028 |
"time": "2019-04-30T12:38:16+00:00" |
|
1029 |
}, |
|
1030 |
{
|
|
1031 |
"name": "psr/http-message", |
|
1032 |
"version": "1.0.1", |
|
1033 |
"source": {
|
|
1034 |
"type": "git", |
|
1035 |
"url": "https://github.com/php-fig/http-message.git", |
|
1036 |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
|
1037 |
}, |
|
1038 |
"dist": {
|
|
1039 |
"type": "zip", |
|
1040 |
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
1041 |
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
|
1042 |
"shasum": "" |
|
1043 |
}, |
|
1044 |
"require": {
|
|
1045 |
"php": ">=5.3.0" |
|
1046 |
}, |
|
1047 |
"type": "library", |
|
1048 |
"extra": {
|
|
1049 |
"branch-alias": {
|
|
1050 |
"dev-master": "1.0.x-dev" |
|
1051 |
} |
|
1052 |
}, |
|
1053 |
"autoload": {
|
|
1054 |
"psr-4": {
|
|
1055 |
"Psr\\Http\\Message\\": "src/" |
|
1056 |
} |
|
1057 |
}, |
|
1058 |
"notification-url": "https://packagist.org/downloads/", |
|
1059 |
"license": [ |
|
1060 |
"MIT" |
|
1061 |
], |
|
1062 |
"authors": [ |
|
1063 |
{
|
|
1064 |
"name": "PHP-FIG", |
|
1065 |
"homepage": "http://www.php-fig.org/" |
|
1066 |
} |
|
1067 |
], |
|
1068 |
"description": "Common interface for HTTP messages", |
|
1069 |
"homepage": "https://github.com/php-fig/http-message", |
|
1070 |
"keywords": [ |
|
1071 |
"http", |
|
1072 |
"http-message", |
|
1073 |
"psr", |
|
1074 |
"psr-7", |
|
1075 |
"request", |
|
1076 |
"response" |
|
1077 |
], |
|
1078 |
"support": {
|
|
1079 |
"source": "https://github.com/php-fig/http-message/tree/master" |
|
1080 |
}, |
|
1081 |
"time": "2016-08-06T14:39:51+00:00" |
|
1082 |
}, |
|
1083 |
{
|
|
1084 |
"name": "ralouphie/getallheaders", |
|
1085 |
"version": "3.0.3", |
|
1086 |
"source": {
|
|
1087 |
"type": "git", |
|
1088 |
"url": "https://github.com/ralouphie/getallheaders.git", |
|
1089 |
"reference": "120b605dfeb996808c31b6477290a714d356e822" |
|
1090 |
}, |
|
1091 |
"dist": {
|
|
1092 |
"type": "zip", |
|
1093 |
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", |
|
1094 |
"reference": "120b605dfeb996808c31b6477290a714d356e822", |
|
1095 |
"shasum": "" |
|
1096 |
}, |
|
1097 |
"require": {
|
|
1098 |
"php": ">=5.6" |
|
1099 |
}, |
|
1100 |
"require-dev": {
|
|
1101 |
"php-coveralls/php-coveralls": "^2.1", |
|
1102 |
"phpunit/phpunit": "^5 || ^6.5" |
|
1103 |
}, |
|
1104 |
"type": "library", |
|
1105 |
"autoload": {
|
|
1106 |
"files": [ |
|
1107 |
"src/getallheaders.php" |
|
1108 |
] |
|
1109 |
}, |
|
1110 |
"notification-url": "https://packagist.org/downloads/", |
|
1111 |
"license": [ |
|
1112 |
"MIT" |
|
1113 |
], |
|
1114 |
"authors": [ |
|
1115 |
{
|
|
1116 |
"name": "Ralph Khattar", |
|
1117 |
"email": "ralph.khattar@gmail.com" |
|
1118 |
} |
|
1119 |
], |
|
1120 |
"description": "A polyfill for getallheaders.", |
|
1121 |
"support": {
|
|
1122 |
"issues": "https://github.com/ralouphie/getallheaders/issues", |
|
1123 |
"source": "https://github.com/ralouphie/getallheaders/tree/develop" |
|
1124 |
}, |
|
1125 |
"time": "2019-03-08T08:55:37+00:00" |
|
1126 |
}, |
|
1127 |
{
|
|
1128 |
"name": "symfony/deprecation-contracts", |
|
1129 |
"version": "v3.2.0", |
|
1130 |
"source": {
|
|
1131 |
"type": "git", |
|
1132 |
"url": "https://github.com/symfony/deprecation-contracts.git", |
|
1133 |
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3" |
|
1134 |
}, |
|
1135 |
"dist": {
|
|
1136 |
"type": "zip", |
|
1137 |
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3", |
|
1138 |
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3", |
|
1139 |
"shasum": "" |
|
1140 |
}, |
|
1141 |
"require": {
|
|
1142 |
"php": ">=8.1" |
|
1143 |
}, |
|
1144 |
"type": "library", |
|
1145 |
"extra": {
|
|
1146 |
"branch-alias": {
|
|
1147 |
"dev-main": "3.3-dev" |
|
1148 |
}, |
|
1149 |
"thanks": {
|
|
1150 |
"name": "symfony/contracts", |
|
1151 |
"url": "https://github.com/symfony/contracts" |
|
1152 |
} |
|
1153 |
}, |
|
1154 |
"autoload": {
|
|
1155 |
"files": [ |
|
1156 |
"function.php" |
|
1157 |
] |
|
1158 |
}, |
|
1159 |
"notification-url": "https://packagist.org/downloads/", |
|
1160 |
"license": [ |
|
1161 |
"MIT" |
|
1162 |
], |
|
1163 |
"authors": [ |
|
1164 |
{
|
|
1165 |
"name": "Nicolas Grekas", |
|
1166 |
"email": "p@tchwork.com" |
|
1167 |
}, |
|
1168 |
{
|
|
1169 |
"name": "Symfony Community", |
|
1170 |
"homepage": "https://symfony.com/contributors" |
|
1171 |
} |
|
1172 |
], |
|
1173 |
"description": "A generic function and convention to trigger deprecation notices", |
|
1174 |
"homepage": "https://symfony.com", |
|
1175 |
"support": {
|
|
1176 |
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0" |
|
1177 |
}, |
|
1178 |
"funding": [ |
|
1179 |
{
|
|
1180 |
"url": "https://symfony.com/sponsor", |
|
1181 |
"type": "custom" |
|
1182 |
}, |
|
1183 |
{
|
|
1184 |
"url": "https://github.com/fabpot", |
|
1185 |
"type": "github" |
|
1186 |
}, |
|
1187 |
{
|
|
1188 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
|
1189 |
"type": "tidelift" |
|
1190 |
} |
|
1191 |
], |
|
1192 |
"time": "2022-11-25T10:21:52+00:00" |
|
1193 |
}, |
|
1194 |
{
|
|
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1195 |
"name": "tedivm/stash", |
| 1557 | 1196 |
"version": "v0.17.6", |
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1197 |
"source": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1198 |
"type": "git", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1199 |
"url": "https://github.com/tedious/Stash.git", |
| 1557 | 1200 |
"reference": "a2c9df16c77b13e1f90462f30597a772166eea8f" |
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1201 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1202 |
"dist": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1203 |
"type": "zip", |
| 1557 | 1204 |
"url": "https://api.github.com/repos/tedious/Stash/zipball/a2c9df16c77b13e1f90462f30597a772166eea8f", |
1205 |
"reference": "a2c9df16c77b13e1f90462f30597a772166eea8f", |
|
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1206 |
"shasum": "" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1207 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1208 |
"require": {
|
| 1544 | 1209 |
"php": ">7.0", |
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1210 |
"psr/cache": "~1.0" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1211 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1212 |
"provide": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1213 |
"psr/cache-implementation": "1.0.0" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1214 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1215 |
"require-dev": {
|
| 1557 | 1216 |
"dms/phpunit-arraysubset-asserts": "^0.4.0", |
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1217 |
"friendsofphp/php-cs-fixer": "^2.8", |
| 1557 | 1218 |
"php": "^7.2|^8.0", |
1219 |
"php-coveralls/php-coveralls": "^2.0", |
|
1220 |
"phpunit/phpunit": "^9.0" |
|
|
1478
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1221 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1222 |
"type": "library", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1223 |
"autoload": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1224 |
"psr-4": {
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1225 |
"Stash\\": "src/Stash/" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1226 |
} |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1227 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1228 |
"notification-url": "https://packagist.org/downloads/", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1229 |
"license": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1230 |
"BSD-3-Clause" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1231 |
], |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1232 |
"authors": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1233 |
{
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1234 |
"name": "Robert Hafner", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1235 |
"email": "tedivm@tedivm.com" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1236 |
}, |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1237 |
{
|
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1238 |
"name": "Josh Hall-Bachner", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1239 |
"email": "charlequin@gmail.com" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1240 |
} |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1241 |
], |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1242 |
"description": "The place to keep your cache.", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1243 |
"homepage": "http://github.com/tedious/Stash", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1244 |
"keywords": [ |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1245 |
"apc", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1246 |
"cache", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1247 |
"caching", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1248 |
"memcached", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1249 |
"psr-6", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1250 |
"psr6", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1251 |
"redis", |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1252 |
"sessions" |
|
adb28b75f2c7
Use cache for tweeter request to avoid hitting rate limits
ymh <ymh.work@gmail.com>
parents:
1449
diff
changeset
|
1253 |
], |
| 1544 | 1254 |
"support": {
|
1255 |
"issues": "https://github.com/tedious/Stash/issues", |
|
| 1557 | 1256 |
"source": "https://github.com/tedious/Stash/tree/v0.17.6" |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1257 |
}, |
| 1544 | 1258 |
"funding": [ |
1259 |
{
|
|
| 1557 | 1260 |
"url": "https://github.com/tedivm", |
1261 |
"type": "github" |
|
1262 |
}, |
|
1263 |
{
|
|
| 1544 | 1264 |
"url": "https://tidelift.com/funding/github/packagist/tedivm/stash", |
1265 |
"type": "tidelift" |
|
1266 |
} |
|
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1267 |
], |
| 1557 | 1268 |
"time": "2022-07-26T14:15:03+00:00" |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1269 |
} |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1270 |
], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1271 |
"packages-dev": [], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1272 |
"aliases": [], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1273 |
"minimum-stability": "stable", |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1274 |
"stability-flags": [], |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1275 |
"prefer-stable": false, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1276 |
"prefer-lowest": false, |
|
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1277 |
"platform": [], |
| 1544 | 1278 |
"platform-dev": [], |
| 1557 | 1279 |
"plugin-api-version": "2.2.0" |
|
1427
8b3d57a519eb
remove dependency to Zend 1. Use composer to reduce the number of dependencies
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1280 |
} |