140 { |
140 { |
141 "url": "https://tidelift.com/funding/github/packagist/composer/composer", |
141 "url": "https://tidelift.com/funding/github/packagist/composer/composer", |
142 "type": "tidelift" |
142 "type": "tidelift" |
143 } |
143 } |
144 ], |
144 ], |
145 "time": "2022-10-12T12:08:29+00:00" |
145 "time": "2023-08-30T09:31:38+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 }, |
146 }, |
207 { |
147 { |
208 "name": "guzzlehttp/guzzle", |
148 "name": "guzzlehttp/guzzle", |
209 "version": "7.5.0", |
149 "version": "7.8.0", |
210 "source": { |
150 "source": { |
211 "type": "git", |
151 "type": "git", |
212 "url": "https://github.com/guzzle/guzzle.git", |
152 "url": "https://github.com/guzzle/guzzle.git", |
213 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba" |
153 "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9" |
214 }, |
154 }, |
215 "dist": { |
155 "dist": { |
216 "type": "zip", |
156 "type": "zip", |
217 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba", |
157 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9", |
218 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba", |
158 "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9", |
219 "shasum": "" |
159 "shasum": "" |
220 }, |
160 }, |
221 "require": { |
161 "require": { |
222 "ext-json": "*", |
162 "ext-json": "*", |
223 "guzzlehttp/promises": "^1.5", |
163 "guzzlehttp/promises": "^1.5.3 || ^2.0.1", |
224 "guzzlehttp/psr7": "^1.9 || ^2.4", |
164 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", |
225 "php": "^7.2.5 || ^8.0", |
165 "php": "^7.2.5 || ^8.0", |
226 "psr/http-client": "^1.0", |
166 "psr/http-client": "^1.0", |
227 "symfony/deprecation-contracts": "^2.2 || ^3.0" |
167 "symfony/deprecation-contracts": "^2.2 || ^3.0" |
228 }, |
168 }, |
229 "provide": { |
169 "provide": { |
230 "psr/http-client-implementation": "1.0" |
170 "psr/http-client-implementation": "1.0" |
231 }, |
171 }, |
232 "require-dev": { |
172 "require-dev": { |
233 "bamarni/composer-bin-plugin": "^1.8.1", |
173 "bamarni/composer-bin-plugin": "^1.8.1", |
234 "ext-curl": "*", |
174 "ext-curl": "*", |
235 "php-http/client-integration-tests": "^3.0", |
175 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", |
|
176 "php-http/message-factory": "^1.1", |
236 "phpunit/phpunit": "^8.5.29 || ^9.5.23", |
177 "phpunit/phpunit": "^8.5.29 || ^9.5.23", |
237 "psr/log": "^1.1 || ^2.0 || ^3.0" |
178 "psr/log": "^1.1 || ^2.0 || ^3.0" |
238 }, |
179 }, |
239 "suggest": { |
180 "suggest": { |
240 "ext-curl": "Required for CURL handler support", |
181 "ext-curl": "Required for CURL handler support", |
328 { |
266 { |
329 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", |
267 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", |
330 "type": "tidelift" |
268 "type": "tidelift" |
331 } |
269 } |
332 ], |
270 ], |
333 "time": "2022-08-28T15:39:27+00:00" |
271 "time": "2023-08-27T10:20:53+00:00" |
334 }, |
272 }, |
335 { |
273 { |
336 "name": "guzzlehttp/promises", |
274 "name": "guzzlehttp/promises", |
337 "version": "1.5.2", |
275 "version": "2.0.1", |
338 "source": { |
276 "source": { |
339 "type": "git", |
277 "type": "git", |
340 "url": "https://github.com/guzzle/promises.git", |
278 "url": "https://github.com/guzzle/promises.git", |
341 "reference": "b94b2807d85443f9719887892882d0329d1e2598" |
279 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d" |
342 }, |
280 }, |
343 "dist": { |
281 "dist": { |
344 "type": "zip", |
282 "type": "zip", |
345 "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", |
283 "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d", |
346 "reference": "b94b2807d85443f9719887892882d0329d1e2598", |
284 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d", |
347 "shasum": "" |
285 "shasum": "" |
348 }, |
286 }, |
349 "require": { |
287 "require": { |
350 "php": ">=5.5" |
288 "php": "^7.2.5 || ^8.0" |
351 }, |
289 }, |
352 "require-dev": { |
290 "require-dev": { |
353 "symfony/phpunit-bridge": "^4.4 || ^5.1" |
291 "bamarni/composer-bin-plugin": "^1.8.1", |
|
292 "phpunit/phpunit": "^8.5.29 || ^9.5.23" |
354 }, |
293 }, |
355 "type": "library", |
294 "type": "library", |
356 "extra": { |
295 "extra": { |
357 "branch-alias": { |
296 "bamarni-bin": { |
358 "dev-master": "1.5-dev" |
297 "bin-links": true, |
359 } |
298 "forward-command": false |
360 }, |
299 } |
361 "autoload": { |
300 }, |
362 "files": [ |
301 "autoload": { |
363 "src/functions_include.php" |
|
364 ], |
|
365 "psr-4": { |
302 "psr-4": { |
366 "GuzzleHttp\\Promise\\": "src/" |
303 "GuzzleHttp\\Promise\\": "src/" |
367 } |
304 } |
368 }, |
305 }, |
369 "notification-url": "https://packagist.org/downloads/", |
306 "notification-url": "https://packagist.org/downloads/", |
412 { |
349 { |
413 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", |
350 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", |
414 "type": "tidelift" |
351 "type": "tidelift" |
415 } |
352 } |
416 ], |
353 ], |
417 "time": "2022-08-28T14:55:35+00:00" |
354 "time": "2023-08-03T15:11:55+00:00" |
418 }, |
355 }, |
419 { |
356 { |
420 "name": "guzzlehttp/psr7", |
357 "name": "guzzlehttp/psr7", |
421 "version": "2.4.3", |
358 "version": "2.6.1", |
422 "source": { |
359 "source": { |
423 "type": "git", |
360 "type": "git", |
424 "url": "https://github.com/guzzle/psr7.git", |
361 "url": "https://github.com/guzzle/psr7.git", |
425 "reference": "67c26b443f348a51926030c83481b85718457d3d" |
362 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727" |
426 }, |
363 }, |
427 "dist": { |
364 "dist": { |
428 "type": "zip", |
365 "type": "zip", |
429 "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d", |
366 "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727", |
430 "reference": "67c26b443f348a51926030c83481b85718457d3d", |
367 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727", |
431 "shasum": "" |
368 "shasum": "" |
432 }, |
369 }, |
433 "require": { |
370 "require": { |
434 "php": "^7.2.5 || ^8.0", |
371 "php": "^7.2.5 || ^8.0", |
435 "psr/http-factory": "^1.0", |
372 "psr/http-factory": "^1.0", |
436 "psr/http-message": "^1.0", |
373 "psr/http-message": "^1.1 || ^2.0", |
437 "ralouphie/getallheaders": "^3.0" |
374 "ralouphie/getallheaders": "^3.0" |
438 }, |
375 }, |
439 "provide": { |
376 "provide": { |
440 "psr/http-factory-implementation": "1.0", |
377 "psr/http-factory-implementation": "1.0", |
441 "psr/http-message-implementation": "1.0" |
378 "psr/http-message-implementation": "1.0" |
531 { |
465 { |
532 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
466 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", |
533 "type": "tidelift" |
467 "type": "tidelift" |
534 } |
468 } |
535 ], |
469 ], |
536 "time": "2022-10-26T14:07:24+00:00" |
470 "time": "2023-08-27T10:13:57+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", |
|
560 "phpunit/phpunit": "^9.5.5", |
|
561 "psalm/plugin-phpunit": "^0.17.0", |
|
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", |
|
581 "source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.5.0" |
|
582 }, |
|
583 "funding": [ |
|
584 { |
|
585 "url": "https://funding.communitybridge.org/projects/laminas-project", |
|
586 "type": "community_bridge" |
|
587 } |
|
588 ], |
|
589 "time": "2022-10-16T14:45:47+00:00" |
|
590 }, |
471 }, |
591 { |
472 { |
592 "name": "laminas/laminas-i18n", |
473 "name": "laminas/laminas-i18n", |
593 "version": "2.21.0", |
474 "version": "2.24.1", |
594 "source": { |
475 "source": { |
595 "type": "git", |
476 "type": "git", |
596 "url": "https://github.com/laminas/laminas-i18n.git", |
477 "url": "https://github.com/laminas/laminas-i18n.git", |
597 "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1" |
478 "reference": "dafb5eddfb43575befd29aeb195c55f92834fd32" |
598 }, |
479 }, |
599 "dist": { |
480 "dist": { |
600 "type": "zip", |
481 "type": "zip", |
601 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/fbd2d0373aaced4769cba2bf3d1425d55f68abb1", |
482 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/dafb5eddfb43575befd29aeb195c55f92834fd32", |
602 "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1", |
483 "reference": "dafb5eddfb43575befd29aeb195c55f92834fd32", |
603 "shasum": "" |
484 "shasum": "" |
604 }, |
485 }, |
605 "require": { |
486 "require": { |
606 "ext-intl": "*", |
487 "ext-intl": "*", |
607 "laminas/laminas-servicemanager": "^3.14.0", |
488 "laminas/laminas-servicemanager": "^3.21.0", |
608 "laminas/laminas-stdlib": "^2.7 || ^3.0", |
489 "laminas/laminas-stdlib": "^3.0", |
609 "php": "~8.0.0 || ~8.1.0 || ~8.2.0" |
490 "php": "~8.1.0 || ~8.2.0 || ~8.3.0" |
610 }, |
491 }, |
611 "conflict": { |
492 "conflict": { |
612 "laminas/laminas-view": "<2.20.0", |
493 "laminas/laminas-view": "<2.20.0", |
613 "phpspec/prophecy": "<1.9.0", |
|
614 "zendframework/zend-i18n": "*" |
494 "zendframework/zend-i18n": "*" |
615 }, |
495 }, |
616 "require-dev": { |
496 "require-dev": { |
617 "laminas/laminas-cache": "^3.8", |
497 "laminas/laminas-cache": "^3.11.0", |
618 "laminas/laminas-cache-storage-adapter-memory": "^2.2.0", |
498 "laminas/laminas-cache-storage-adapter-memory": "^2.3.0", |
619 "laminas/laminas-cache-storage-deprecated-factory": "^1.0.1", |
499 "laminas/laminas-cache-storage-deprecated-factory": "^1.1", |
620 "laminas/laminas-coding-standard": "~2.4.0", |
500 "laminas/laminas-coding-standard": "~2.5.0", |
621 "laminas/laminas-config": "^3.8.0", |
501 "laminas/laminas-config": "^3.9.0", |
622 "laminas/laminas-eventmanager": "^3.7", |
502 "laminas/laminas-eventmanager": "^3.12", |
623 "laminas/laminas-filter": "^2.28.1", |
503 "laminas/laminas-filter": "^2.33", |
624 "laminas/laminas-validator": "^2.28", |
504 "laminas/laminas-validator": "^2.41", |
625 "laminas/laminas-view": "^2.25", |
505 "laminas/laminas-view": "^2.32", |
626 "phpunit/phpunit": "^9.5.26", |
506 "phpunit/phpunit": "^10.4.2", |
627 "psalm/plugin-phpunit": "^0.18.3", |
507 "psalm/plugin-phpunit": "^0.18.4", |
628 "vimeo/psalm": "^5.0.0" |
508 "vimeo/psalm": "^5.15.0" |
629 }, |
509 }, |
630 "suggest": { |
510 "suggest": { |
631 "laminas/laminas-cache": "You should install this package to cache the translations", |
511 "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", |
512 "laminas/laminas-config": "You should install this package to use the INI translation format", |
633 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator", |
513 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator", |
670 { |
550 { |
671 "url": "https://funding.communitybridge.org/projects/laminas-project", |
551 "url": "https://funding.communitybridge.org/projects/laminas-project", |
672 "type": "community_bridge" |
552 "type": "community_bridge" |
673 } |
553 } |
674 ], |
554 ], |
675 "time": "2022-12-02T17:15:52+00:00" |
555 "time": "2023-11-08T08:56:45+00:00" |
676 }, |
556 }, |
677 { |
557 { |
678 "name": "laminas/laminas-servicemanager", |
558 "name": "laminas/laminas-servicemanager", |
679 "version": "3.20.0", |
559 "version": "3.22.1", |
680 "source": { |
560 "source": { |
681 "type": "git", |
561 "type": "git", |
682 "url": "https://github.com/laminas/laminas-servicemanager.git", |
562 "url": "https://github.com/laminas/laminas-servicemanager.git", |
683 "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59" |
563 "reference": "de98d297d4743956a0558a6d71616979ff779328" |
684 }, |
564 }, |
685 "dist": { |
565 "dist": { |
686 "type": "zip", |
566 "type": "zip", |
687 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/bc2c2cbe2dd90db8b9d16b0618f542692b76ab59", |
567 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/de98d297d4743956a0558a6d71616979ff779328", |
688 "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59", |
568 "reference": "de98d297d4743956a0558a6d71616979ff779328", |
689 "shasum": "" |
569 "shasum": "" |
690 }, |
570 }, |
691 "require": { |
571 "require": { |
692 "laminas/laminas-stdlib": "^3.2.1", |
572 "laminas/laminas-stdlib": "^3.17", |
693 "php": "~8.0.0 || ~8.1.0 || ~8.2.0", |
573 "php": "~8.1.0 || ~8.2.0 || ~8.3.0", |
694 "psr/container": "^1.0" |
574 "psr/container": "^1.0" |
695 }, |
575 }, |
696 "conflict": { |
576 "conflict": { |
697 "ext-psr": "*", |
577 "ext-psr": "*", |
698 "laminas/laminas-code": "<3.3.1", |
578 "laminas/laminas-code": "<4.10.0", |
699 "zendframework/zend-code": "<3.3.1", |
579 "zendframework/zend-code": "<3.3.1", |
700 "zendframework/zend-servicemanager": "*" |
580 "zendframework/zend-servicemanager": "*" |
701 }, |
581 }, |
702 "provide": { |
582 "provide": { |
703 "psr/container-implementation": "^1.0" |
583 "psr/container-implementation": "^1.0" |
705 "replace": { |
585 "replace": { |
706 "container-interop/container-interop": "^1.2.0" |
586 "container-interop/container-interop": "^1.2.0" |
707 }, |
587 }, |
708 "require-dev": { |
588 "require-dev": { |
709 "composer/package-versions-deprecated": "^1.11.99.5", |
589 "composer/package-versions-deprecated": "^1.11.99.5", |
710 "laminas/laminas-coding-standard": "~2.4.0", |
590 "friendsofphp/proxy-manager-lts": "^1.0.14", |
|
591 "laminas/laminas-code": "^4.10.0", |
|
592 "laminas/laminas-coding-standard": "~2.5.0", |
711 "laminas/laminas-container-config-test": "^0.8", |
593 "laminas/laminas-container-config-test": "^0.8", |
712 "laminas/laminas-dependency-plugin": "^2.2", |
594 "mikey179/vfsstream": "^1.6.11", |
713 "mikey179/vfsstream": "^1.6.11@alpha", |
595 "phpbench/phpbench": "^1.2.9", |
714 "ocramius/proxy-manager": "^2.14.1", |
596 "phpunit/phpunit": "^10.4", |
715 "phpbench/phpbench": "^1.2.7", |
597 "psalm/plugin-phpunit": "^0.18.4", |
716 "phpunit/phpunit": "^9.5.26", |
598 "vimeo/psalm": "^5.8.0" |
717 "psalm/plugin-phpunit": "^0.18.0", |
|
718 "vimeo/psalm": "^5.0.0" |
|
719 }, |
599 }, |
720 "suggest": { |
600 "suggest": { |
721 "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" |
601 "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services" |
722 }, |
602 }, |
723 "bin": [ |
603 "bin": [ |
724 "bin/generate-deps-for-config-factory", |
604 "bin/generate-deps-for-config-factory", |
725 "bin/generate-factory-for-class" |
605 "bin/generate-factory-for-class" |
726 ], |
606 ], |
760 { |
640 { |
761 "url": "https://funding.communitybridge.org/projects/laminas-project", |
641 "url": "https://funding.communitybridge.org/projects/laminas-project", |
762 "type": "community_bridge" |
642 "type": "community_bridge" |
763 } |
643 } |
764 ], |
644 ], |
765 "time": "2022-12-01T17:03:38+00:00" |
645 "time": "2023-10-24T11:19:47+00:00" |
766 }, |
646 }, |
767 { |
647 { |
768 "name": "laminas/laminas-stdlib", |
648 "name": "laminas/laminas-stdlib", |
769 "version": "3.16.1", |
649 "version": "3.18.0", |
770 "source": { |
650 "source": { |
771 "type": "git", |
651 "type": "git", |
772 "url": "https://github.com/laminas/laminas-stdlib.git", |
652 "url": "https://github.com/laminas/laminas-stdlib.git", |
773 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17" |
653 "reference": "e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf" |
774 }, |
654 }, |
775 "dist": { |
655 "dist": { |
776 "type": "zip", |
656 "type": "zip", |
777 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/f4f773641807c7ccee59b758bfe4ac4ba33ecb17", |
657 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf", |
778 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17", |
658 "reference": "e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf", |
779 "shasum": "" |
659 "shasum": "" |
780 }, |
660 }, |
781 "require": { |
661 "require": { |
782 "php": "~8.0.0 || ~8.1.0 || ~8.2.0" |
662 "php": "~8.1.0 || ~8.2.0 || ~8.3.0" |
783 }, |
663 }, |
784 "conflict": { |
664 "conflict": { |
785 "zendframework/zend-stdlib": "*" |
665 "zendframework/zend-stdlib": "*" |
786 }, |
666 }, |
787 "require-dev": { |
667 "require-dev": { |
788 "laminas/laminas-coding-standard": "^2.4.0", |
668 "laminas/laminas-coding-standard": "^2.5", |
789 "phpbench/phpbench": "^1.2.7", |
669 "phpbench/phpbench": "^1.2.14", |
790 "phpunit/phpunit": "^9.5.26", |
670 "phpunit/phpunit": "^10.3.3", |
791 "psalm/plugin-phpunit": "^0.18.0", |
671 "psalm/plugin-phpunit": "^0.18.4", |
792 "vimeo/psalm": "^5.0.0" |
672 "vimeo/psalm": "^5.15.0" |
793 }, |
673 }, |
794 "type": "library", |
674 "type": "library", |
795 "autoload": { |
675 "autoload": { |
796 "psr-4": { |
676 "psr-4": { |
797 "Laminas\\Stdlib\\": "src/" |
677 "Laminas\\Stdlib\\": "src/" |
920 }, |
800 }, |
921 "time": "2021-11-05T16:50:12+00:00" |
801 "time": "2021-11-05T16:50:12+00:00" |
922 }, |
802 }, |
923 { |
803 { |
924 "name": "psr/http-client", |
804 "name": "psr/http-client", |
925 "version": "1.0.1", |
805 "version": "1.0.3", |
926 "source": { |
806 "source": { |
927 "type": "git", |
807 "type": "git", |
928 "url": "https://github.com/php-fig/http-client.git", |
808 "url": "https://github.com/php-fig/http-client.git", |
929 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" |
809 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" |
930 }, |
810 }, |
931 "dist": { |
811 "dist": { |
932 "type": "zip", |
812 "type": "zip", |
933 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", |
813 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", |
934 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", |
814 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", |
935 "shasum": "" |
815 "shasum": "" |
936 }, |
816 }, |
937 "require": { |
817 "require": { |
938 "php": "^7.0 || ^8.0", |
818 "php": "^7.0 || ^8.0", |
939 "psr/http-message": "^1.0" |
819 "psr/http-message": "^1.0 || ^2.0" |
940 }, |
820 }, |
941 "type": "library", |
821 "type": "library", |
942 "extra": { |
822 "extra": { |
943 "branch-alias": { |
823 "branch-alias": { |
944 "dev-master": "1.0.x-dev" |
824 "dev-master": "1.0.x-dev" |
1021 "psr-7", |
901 "psr-7", |
1022 "request", |
902 "request", |
1023 "response" |
903 "response" |
1024 ], |
904 ], |
1025 "support": { |
905 "support": { |
1026 "source": "https://github.com/php-fig/http-factory/tree/master" |
906 "source": "https://github.com/php-fig/http-factory/tree/1.0.2" |
1027 }, |
907 }, |
1028 "time": "2019-04-30T12:38:16+00:00" |
908 "time": "2023-04-10T20:10:41+00:00" |
1029 }, |
909 }, |
1030 { |
910 { |
1031 "name": "psr/http-message", |
911 "name": "psr/http-message", |
1032 "version": "1.0.1", |
912 "version": "2.0", |
1033 "source": { |
913 "source": { |
1034 "type": "git", |
914 "type": "git", |
1035 "url": "https://github.com/php-fig/http-message.git", |
915 "url": "https://github.com/php-fig/http-message.git", |
1036 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
916 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" |
1037 }, |
917 }, |
1038 "dist": { |
918 "dist": { |
1039 "type": "zip", |
919 "type": "zip", |
1040 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
920 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
1041 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
921 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", |
1042 "shasum": "" |
922 "shasum": "" |
1043 }, |
923 }, |
1044 "require": { |
924 "require": { |
1045 "php": ">=5.3.0" |
925 "php": "^7.2 || ^8.0" |
1046 }, |
926 }, |
1047 "type": "library", |
927 "type": "library", |
1048 "extra": { |
928 "extra": { |
1049 "branch-alias": { |
929 "branch-alias": { |
1050 "dev-master": "1.0.x-dev" |
930 "dev-master": "2.0.x-dev" |
1051 } |
931 } |
1052 }, |
932 }, |
1053 "autoload": { |
933 "autoload": { |
1054 "psr-4": { |
934 "psr-4": { |
1055 "Psr\\Http\\Message\\": "src/" |
935 "Psr\\Http\\Message\\": "src/" |
1124 }, |
1004 }, |
1125 "time": "2019-03-08T08:55:37+00:00" |
1005 "time": "2019-03-08T08:55:37+00:00" |
1126 }, |
1006 }, |
1127 { |
1007 { |
1128 "name": "symfony/deprecation-contracts", |
1008 "name": "symfony/deprecation-contracts", |
1129 "version": "v3.2.0", |
1009 "version": "v3.4.0", |
1130 "source": { |
1010 "source": { |
1131 "type": "git", |
1011 "type": "git", |
1132 "url": "https://github.com/symfony/deprecation-contracts.git", |
1012 "url": "https://github.com/symfony/deprecation-contracts.git", |
1133 "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3" |
1013 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" |
1134 }, |
1014 }, |
1135 "dist": { |
1015 "dist": { |
1136 "type": "zip", |
1016 "type": "zip", |
1137 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3", |
1017 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", |
1138 "reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3", |
1018 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", |
1139 "shasum": "" |
1019 "shasum": "" |
1140 }, |
1020 }, |
1141 "require": { |
1021 "require": { |
1142 "php": ">=8.1" |
1022 "php": ">=8.1" |
1143 }, |
1023 }, |
1144 "type": "library", |
1024 "type": "library", |
1145 "extra": { |
1025 "extra": { |
1146 "branch-alias": { |
1026 "branch-alias": { |
1147 "dev-main": "3.3-dev" |
1027 "dev-main": "3.4-dev" |
1148 }, |
1028 }, |
1149 "thanks": { |
1029 "thanks": { |
1150 "name": "symfony/contracts", |
1030 "name": "symfony/contracts", |
1151 "url": "https://github.com/symfony/contracts" |
1031 "url": "https://github.com/symfony/contracts" |
1152 } |
1032 } |