139 { |
140 { |
140 "url": "https://tidelift.com/funding/github/packagist/composer/composer", |
141 "url": "https://tidelift.com/funding/github/packagist/composer/composer", |
141 "type": "tidelift" |
142 "type": "tidelift" |
142 } |
143 } |
143 ], |
144 ], |
144 "time": "2021-06-07T13:58:28+00:00" |
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" |
|
206 }, |
|
207 { |
|
208 "name": "guzzlehttp/guzzle", |
|
209 "version": "7.5.0", |
|
210 "source": { |
|
211 "type": "git", |
|
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" |
|
342 }, |
|
343 "dist": { |
|
344 "type": "zip", |
|
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", |
|
431 "shasum": "" |
|
432 }, |
|
433 "require": { |
|
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" |
|
442 }, |
|
443 "require-dev": { |
|
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" |
145 }, |
537 }, |
146 { |
538 { |
147 "name": "laminas/laminas-dependency-plugin", |
539 "name": "laminas/laminas-dependency-plugin", |
148 "version": "2.2.0", |
540 "version": "2.5.0", |
149 "source": { |
541 "source": { |
150 "type": "git", |
542 "type": "git", |
151 "url": "https://github.com/laminas/laminas-dependency-plugin.git", |
543 "url": "https://github.com/laminas/laminas-dependency-plugin.git", |
152 "reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3" |
544 "reference": "8f2d10199381cdc7d0843bfadad55f8485df9e38" |
153 }, |
545 }, |
154 "dist": { |
546 "dist": { |
155 "type": "zip", |
547 "type": "zip", |
156 "url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/73cfb63ddca9d6bfedad5e0a038f6d55063975a3", |
548 "url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/8f2d10199381cdc7d0843bfadad55f8485df9e38", |
157 "reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3", |
549 "reference": "8f2d10199381cdc7d0843bfadad55f8485df9e38", |
158 "shasum": "" |
550 "shasum": "" |
159 }, |
551 }, |
160 "require": { |
552 "require": { |
161 "composer-plugin-api": "^1.1 || ^2.0", |
553 "composer-plugin-api": ">=1.1.0 <2.3.0", |
162 "php": "^7.3 || ~8.0.0 || ~8.1.0" |
554 "php": "~8.0.0 || ~8.1.0 || ~8.2.0" |
163 }, |
555 }, |
164 "require-dev": { |
556 "require-dev": { |
165 "composer/composer": "^1.9 || ^2.0", |
557 "composer/composer": ">=1.9.0 <2.3.0", |
166 "laminas/laminas-coding-standard": "^2.2.1", |
558 "laminas/laminas-coding-standard": "~2.4.0", |
167 "mikey179/vfsstream": "^1.6.10@alpha", |
559 "mikey179/vfsstream": "^1.6.11", |
168 "phpunit/phpunit": "^9.5.5", |
560 "phpunit/phpunit": "^9.5.5", |
169 "psalm/plugin-phpunit": "^0.15.1", |
561 "psalm/plugin-phpunit": "^0.17.0", |
170 "roave/security-advisories": "dev-master", |
562 "roave/security-advisories": "dev-master", |
171 "vimeo/psalm": "^4.5" |
563 "vimeo/psalm": "^4.5" |
172 }, |
564 }, |
173 "type": "composer-plugin", |
565 "type": "composer-plugin", |
174 "extra": { |
566 "extra": { |
184 "BSD-3-Clause" |
576 "BSD-3-Clause" |
185 ], |
577 ], |
186 "description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.", |
578 "description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.", |
187 "support": { |
579 "support": { |
188 "issues": "https://github.com/laminas/laminas-dependency-plugin/issues", |
580 "issues": "https://github.com/laminas/laminas-dependency-plugin/issues", |
189 "source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.2.0" |
581 "source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.5.0" |
190 }, |
582 }, |
191 "funding": [ |
583 "funding": [ |
192 { |
584 { |
193 "url": "https://funding.communitybridge.org/projects/laminas-project", |
585 "url": "https://funding.communitybridge.org/projects/laminas-project", |
194 "type": "community_bridge" |
586 "type": "community_bridge" |
195 } |
587 } |
196 ], |
588 ], |
197 "time": "2021-09-08T17:51:35+00:00" |
589 "time": "2022-10-16T14:45:47+00:00" |
198 }, |
590 }, |
199 { |
591 { |
200 "name": "laminas/laminas-i18n", |
592 "name": "laminas/laminas-i18n", |
201 "version": "2.11.2", |
593 "version": "2.21.0", |
202 "source": { |
594 "source": { |
203 "type": "git", |
595 "type": "git", |
204 "url": "https://github.com/laminas/laminas-i18n.git", |
596 "url": "https://github.com/laminas/laminas-i18n.git", |
205 "reference": "78adb53ebf6c0bc63f92273fd7809dabc554f786" |
597 "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1" |
206 }, |
598 }, |
207 "dist": { |
599 "dist": { |
208 "type": "zip", |
600 "type": "zip", |
209 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/78adb53ebf6c0bc63f92273fd7809dabc554f786", |
601 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/fbd2d0373aaced4769cba2bf3d1425d55f68abb1", |
210 "reference": "78adb53ebf6c0bc63f92273fd7809dabc554f786", |
602 "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1", |
211 "shasum": "" |
603 "shasum": "" |
212 }, |
604 }, |
213 "require": { |
605 "require": { |
214 "ext-intl": "*", |
606 "ext-intl": "*", |
|
607 "laminas/laminas-servicemanager": "^3.14.0", |
215 "laminas/laminas-stdlib": "^2.7 || ^3.0", |
608 "laminas/laminas-stdlib": "^2.7 || ^3.0", |
216 "laminas/laminas-zendframework-bridge": "^1.0", |
609 "php": "~8.0.0 || ~8.1.0 || ~8.2.0" |
217 "php": "^7.3 || ~8.0.0" |
|
218 }, |
610 }, |
219 "conflict": { |
611 "conflict": { |
220 "phpspec/prophecy": "<1.9.0" |
612 "laminas/laminas-view": "<2.20.0", |
221 }, |
613 "phpspec/prophecy": "<1.9.0", |
222 "replace": { |
614 "zendframework/zend-i18n": "*" |
223 "zendframework/zend-i18n": "^2.10.1" |
|
224 }, |
615 }, |
225 "require-dev": { |
616 "require-dev": { |
226 "laminas/laminas-cache": "^2.6.1", |
617 "laminas/laminas-cache": "^3.8", |
227 "laminas/laminas-coding-standard": "~1.0.0", |
618 "laminas/laminas-cache-storage-adapter-memory": "^2.2.0", |
228 "laminas/laminas-config": "^2.6", |
619 "laminas/laminas-cache-storage-deprecated-factory": "^1.0.1", |
229 "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", |
620 "laminas/laminas-coding-standard": "~2.4.0", |
230 "laminas/laminas-filter": "^2.6.1", |
621 "laminas/laminas-config": "^3.8.0", |
231 "laminas/laminas-servicemanager": "^3.2.1", |
622 "laminas/laminas-eventmanager": "^3.7", |
232 "laminas/laminas-validator": "^2.6", |
623 "laminas/laminas-filter": "^2.28.1", |
233 "laminas/laminas-view": "^2.6.3", |
624 "laminas/laminas-validator": "^2.28", |
234 "phpunit/phpunit": "^9.3" |
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" |
235 }, |
629 }, |
236 "suggest": { |
630 "suggest": { |
237 "laminas/laminas-cache": "Laminas\\Cache component", |
631 "laminas/laminas-cache": "You should install this package to cache the translations", |
238 "laminas/laminas-config": "Laminas\\Config component", |
632 "laminas/laminas-config": "You should install this package to use the INI translation format", |
239 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator", |
633 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator", |
240 "laminas/laminas-filter": "You should install this package to use the provided filters", |
634 "laminas/laminas-filter": "You should install this package to use the provided filters", |
241 "laminas/laminas-i18n-resources": "Translation resources", |
635 "laminas/laminas-i18n-resources": "This package provides validator and captcha translations", |
242 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", |
|
243 "laminas/laminas-validator": "You should install this package to use the provided validators", |
636 "laminas/laminas-validator": "You should install this package to use the provided validators", |
244 "laminas/laminas-view": "You should install this package to use the provided view helpers" |
637 "laminas/laminas-view": "You should install this package to use the provided view helpers" |
245 }, |
638 }, |
246 "type": "library", |
639 "type": "library", |
247 "extra": { |
640 "extra": { |
277 { |
670 { |
278 "url": "https://funding.communitybridge.org/projects/laminas-project", |
671 "url": "https://funding.communitybridge.org/projects/laminas-project", |
279 "type": "community_bridge" |
672 "type": "community_bridge" |
280 } |
673 } |
281 ], |
674 ], |
282 "time": "2021-08-20T08:23:04+00:00" |
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" |
283 }, |
766 }, |
284 { |
767 { |
285 "name": "laminas/laminas-stdlib", |
768 "name": "laminas/laminas-stdlib", |
286 "version": "3.6.0", |
769 "version": "3.16.1", |
287 "source": { |
770 "source": { |
288 "type": "git", |
771 "type": "git", |
289 "url": "https://github.com/laminas/laminas-stdlib.git", |
772 "url": "https://github.com/laminas/laminas-stdlib.git", |
290 "reference": "c53d8537f108fac3fae652677a19735db730ba46" |
773 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17" |
291 }, |
774 }, |
292 "dist": { |
775 "dist": { |
293 "type": "zip", |
776 "type": "zip", |
294 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/c53d8537f108fac3fae652677a19735db730ba46", |
777 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/f4f773641807c7ccee59b758bfe4ac4ba33ecb17", |
295 "reference": "c53d8537f108fac3fae652677a19735db730ba46", |
778 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17", |
296 "shasum": "" |
779 "shasum": "" |
297 }, |
780 }, |
298 "require": { |
781 "require": { |
299 "php": "^7.3 || ~8.0.0 || ~8.1.0" |
782 "php": "~8.0.0 || ~8.1.0 || ~8.2.0" |
300 }, |
783 }, |
301 "conflict": { |
784 "conflict": { |
302 "zendframework/zend-stdlib": "*" |
785 "zendframework/zend-stdlib": "*" |
303 }, |
786 }, |
304 "require-dev": { |
787 "require-dev": { |
305 "laminas/laminas-coding-standard": "~2.3.0", |
788 "laminas/laminas-coding-standard": "^2.4.0", |
306 "phpbench/phpbench": "^0.17.1", |
789 "phpbench/phpbench": "^1.2.7", |
307 "phpunit/phpunit": "~9.3.7", |
790 "phpunit/phpunit": "^9.5.26", |
308 "psalm/plugin-phpunit": "^0.16.0", |
791 "psalm/plugin-phpunit": "^0.18.0", |
309 "vimeo/psalm": "^4.7" |
792 "vimeo/psalm": "^5.0.0" |
310 }, |
793 }, |
311 "type": "library", |
794 "type": "library", |
312 "autoload": { |
795 "autoload": { |
313 "psr-4": { |
796 "psr-4": { |
314 "Laminas\\Stdlib\\": "src/" |
797 "Laminas\\Stdlib\\": "src/" |
450 "source": "https://github.com/php-fig/cache/tree/master" |
871 "source": "https://github.com/php-fig/cache/tree/master" |
451 }, |
872 }, |
452 "time": "2016-08-06T20:24:11+00:00" |
873 "time": "2016-08-06T20:24:11+00:00" |
453 }, |
874 }, |
454 { |
875 { |
|
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 { |
455 "name": "tedivm/stash", |
1195 "name": "tedivm/stash", |
456 "version": "v0.16.0", |
1196 "version": "v0.17.6", |
457 "source": { |
1197 "source": { |
458 "type": "git", |
1198 "type": "git", |
459 "url": "https://github.com/tedious/Stash.git", |
1199 "url": "https://github.com/tedious/Stash.git", |
460 "reference": "7d42f58e4f395397d7c76d4eff55eb56aacadc34" |
1200 "reference": "a2c9df16c77b13e1f90462f30597a772166eea8f" |
461 }, |
1201 }, |
462 "dist": { |
1202 "dist": { |
463 "type": "zip", |
1203 "type": "zip", |
464 "url": "https://api.github.com/repos/tedious/Stash/zipball/7d42f58e4f395397d7c76d4eff55eb56aacadc34", |
1204 "url": "https://api.github.com/repos/tedious/Stash/zipball/a2c9df16c77b13e1f90462f30597a772166eea8f", |
465 "reference": "7d42f58e4f395397d7c76d4eff55eb56aacadc34", |
1205 "reference": "a2c9df16c77b13e1f90462f30597a772166eea8f", |
466 "shasum": "" |
1206 "shasum": "" |
467 }, |
1207 }, |
468 "require": { |
1208 "require": { |
469 "php": ">7.0", |
1209 "php": ">7.0", |
470 "psr/cache": "~1.0" |
1210 "psr/cache": "~1.0" |
471 }, |
1211 }, |
472 "provide": { |
1212 "provide": { |
473 "psr/cache-implementation": "1.0.0" |
1213 "psr/cache-implementation": "1.0.0" |
474 }, |
1214 }, |
475 "require-dev": { |
1215 "require-dev": { |
|
1216 "dms/phpunit-arraysubset-asserts": "^0.4.0", |
476 "friendsofphp/php-cs-fixer": "^2.8", |
1217 "friendsofphp/php-cs-fixer": "^2.8", |
477 "phpunit/phpunit": "^6", |
1218 "php": "^7.2|^8.0", |
478 "satooshi/php-coveralls": "1.0.*" |
1219 "php-coveralls/php-coveralls": "^2.0", |
|
1220 "phpunit/phpunit": "^9.0" |
479 }, |
1221 }, |
480 "type": "library", |
1222 "type": "library", |
481 "autoload": { |
1223 "autoload": { |
482 "psr-4": { |
1224 "psr-4": { |
483 "Stash\\": "src/Stash/" |
1225 "Stash\\": "src/Stash/" |