A barebones implementation of an atproto PDS in PHP and Slim Framework 4.
pds php atproto
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update composer lock file

Andrés Ignacio Torres (May 24, 2026, 12:15 AM -0700) 8a5b6a86 a11361fe

+92 -87
+92 -87
composer.lock
··· 190 190 }, 191 191 { 192 192 "name": "guzzlehttp/guzzle", 193 - "version": "7.10.0", 193 + "version": "7.10.4", 194 194 "source": { 195 195 "type": "git", 196 196 "url": "https://github.com/guzzle/guzzle.git", 197 - "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" 197 + "reference": "aec528da477062d3af11f51e6b33402be233b21f" 198 198 }, 199 199 "dist": { 200 200 "type": "zip", 201 - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", 202 - "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", 201 + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/aec528da477062d3af11f51e6b33402be233b21f", 202 + "reference": "aec528da477062d3af11f51e6b33402be233b21f", 203 203 "shasum": "" 204 204 }, 205 205 "require": { ··· 217 217 "bamarni/composer-bin-plugin": "^1.8.2", 218 218 "ext-curl": "*", 219 219 "guzzle/client-integration-tests": "3.0.2", 220 + "guzzlehttp/test-server": "^0.3.2", 220 221 "php-http/message-factory": "^1.1", 221 - "phpunit/phpunit": "^8.5.39 || ^9.6.20", 222 + "phpunit/phpunit": "^8.5.52 || ^9.6.34", 222 223 "psr/log": "^1.1 || ^2.0 || ^3.0" 223 224 }, 224 225 "suggest": { ··· 296 297 ], 297 298 "support": { 298 299 "issues": "https://github.com/guzzle/guzzle/issues", 299 - "source": "https://github.com/guzzle/guzzle/tree/7.10.0" 300 + "source": "https://github.com/guzzle/guzzle/tree/7.10.4" 300 301 }, 301 302 "funding": [ 302 303 { ··· 312 313 "type": "tidelift" 313 314 } 314 315 ], 315 - "time": "2025-08-23T22:36:01+00:00" 316 + "time": "2026-05-22T19:00:53+00:00" 316 317 }, 317 318 { 318 319 "name": "guzzlehttp/promises", 319 - "version": "2.3.0", 320 + "version": "2.4.1", 320 321 "source": { 321 322 "type": "git", 322 323 "url": "https://github.com/guzzle/promises.git", 323 - "reference": "481557b130ef3790cf82b713667b43030dc9c957" 324 + "reference": "09e8a212562fb1fb6a512c4156ed71525969d6c2" 324 325 }, 325 326 "dist": { 326 327 "type": "zip", 327 - "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", 328 - "reference": "481557b130ef3790cf82b713667b43030dc9c957", 328 + "url": "https://api.github.com/repos/guzzle/promises/zipball/09e8a212562fb1fb6a512c4156ed71525969d6c2", 329 + "reference": "09e8a212562fb1fb6a512c4156ed71525969d6c2", 329 330 "shasum": "" 330 331 }, 331 332 "require": { ··· 333 334 }, 334 335 "require-dev": { 335 336 "bamarni/composer-bin-plugin": "^1.8.2", 336 - "phpunit/phpunit": "^8.5.44 || ^9.6.25" 337 + "phpunit/phpunit": "^8.5.52 || ^9.6.34" 337 338 }, 338 339 "type": "library", 339 340 "extra": { ··· 379 380 ], 380 381 "support": { 381 382 "issues": "https://github.com/guzzle/promises/issues", 382 - "source": "https://github.com/guzzle/promises/tree/2.3.0" 383 + "source": "https://github.com/guzzle/promises/tree/2.4.1" 383 384 }, 384 385 "funding": [ 385 386 { ··· 395 396 "type": "tidelift" 396 397 } 397 398 ], 398 - "time": "2025-08-22T14:34:08+00:00" 399 + "time": "2026-05-20T22:57:30+00:00" 399 400 }, 400 401 { 401 402 "name": "guzzlehttp/psr7", 402 - "version": "2.9.0", 403 + "version": "2.10.1", 403 404 "source": { 404 405 "type": "git", 405 406 "url": "https://github.com/guzzle/psr7.git", 406 - "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884" 407 + "reference": "73ab136360b5dfd858006eae9795e8fe43c80361" 407 408 }, 408 409 "dist": { 409 410 "type": "zip", 410 - "url": "https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884", 411 - "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884", 411 + "url": "https://api.github.com/repos/guzzle/psr7/zipball/73ab136360b5dfd858006eae9795e8fe43c80361", 412 + "reference": "73ab136360b5dfd858006eae9795e8fe43c80361", 412 413 "shasum": "" 413 414 }, 414 415 "require": { ··· 423 424 }, 424 425 "require-dev": { 425 426 "bamarni/composer-bin-plugin": "^1.8.2", 426 - "http-interop/http-factory-tests": "0.9.0", 427 + "http-interop/http-factory-tests": "1.1.0", 427 428 "jshttp/mime-db": "1.54.0.1", 428 - "phpunit/phpunit": "^8.5.44 || ^9.6.25" 429 + "phpunit/phpunit": "^8.5.52 || ^9.6.34" 429 430 }, 430 431 "suggest": { 431 432 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" ··· 496 497 ], 497 498 "support": { 498 499 "issues": "https://github.com/guzzle/psr7/issues", 499 - "source": "https://github.com/guzzle/psr7/tree/2.9.0" 500 + "source": "https://github.com/guzzle/psr7/tree/2.10.1" 500 501 }, 501 502 "funding": [ 502 503 { ··· 512 513 "type": "tidelift" 513 514 } 514 515 ], 515 - "time": "2026-03-10T16:41:02+00:00" 516 + "time": "2026-05-20T09:27:36+00:00" 516 517 }, 517 518 { 518 519 "name": "laravel/serializable-closure", ··· 1579 1580 }, 1580 1581 { 1581 1582 "name": "slim/slim", 1582 - "version": "4.15.1", 1583 + "version": "4.15.2", 1583 1584 "source": { 1584 1585 "type": "git", 1585 1586 "url": "https://github.com/slimphp/Slim.git", 1586 - "reference": "887893516557506f254d950425ce7f5387a26970" 1587 + "reference": "e12cb05ca2a14e8f459d019e87a31dc915b80470" 1587 1588 }, 1588 1589 "dist": { 1589 1590 "type": "zip", 1590 - "url": "https://api.github.com/repos/slimphp/Slim/zipball/887893516557506f254d950425ce7f5387a26970", 1591 - "reference": "887893516557506f254d950425ce7f5387a26970", 1591 + "url": "https://api.github.com/repos/slimphp/Slim/zipball/e12cb05ca2a14e8f459d019e87a31dc915b80470", 1592 + "reference": "e12cb05ca2a14e8f459d019e87a31dc915b80470", 1592 1593 "shasum": "" 1593 1594 }, 1594 1595 "require": { ··· 1691 1692 "type": "tidelift" 1692 1693 } 1693 1694 ], 1694 - "time": "2025-11-21T12:23:44+00:00" 1695 + "time": "2026-05-22T08:00:12+00:00" 1695 1696 }, 1696 1697 { 1697 1698 "name": "symfony/deprecation-contracts", ··· 2916 2917 }, 2917 2918 { 2918 2919 "name": "phpstan/phpstan", 2919 - "version": "2.1.54", 2920 + "version": "2.1.55", 2920 2921 "dist": { 2921 2922 "type": "zip", 2922 - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8be50c3992107dc837b17da4d140fbbdf9a5c5bd", 2923 - "reference": "8be50c3992107dc837b17da4d140fbbdf9a5c5bd", 2923 + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9eaac3826ed5e9b8427350a43cac825eeca3f566", 2924 + "reference": "9eaac3826ed5e9b8427350a43cac825eeca3f566", 2924 2925 "shasum": "" 2925 2926 }, 2926 2927 "require": { ··· 2965 2966 "type": "github" 2966 2967 } 2967 2968 ], 2968 - "time": "2026-04-29T13:31:09+00:00" 2969 + "time": "2026-05-18T11:57:34+00:00" 2969 2970 }, 2970 2971 { 2971 2972 "name": "phpunit/php-code-coverage", ··· 3352 3353 }, 3353 3354 { 3354 3355 "name": "phpunit/phpunit", 3355 - "version": "13.1.10", 3356 + "version": "13.1.11", 3356 3357 "source": { 3357 3358 "type": "git", 3358 3359 "url": "https://github.com/sebastianbergmann/phpunit.git", 3359 - "reference": "38959098d3c10660a189afaa35a94290c1de67bb" 3360 + "reference": "0f540976373361d1b4549adcb87913ce2116e904" 3360 3361 }, 3361 3362 "dist": { 3362 3363 "type": "zip", 3363 - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38959098d3c10660a189afaa35a94290c1de67bb", 3364 - "reference": "38959098d3c10660a189afaa35a94290c1de67bb", 3364 + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0f540976373361d1b4549adcb87913ce2116e904", 3365 + "reference": "0f540976373361d1b4549adcb87913ce2116e904", 3365 3366 "shasum": "" 3366 3367 }, 3367 3368 "require": { ··· 3375 3376 "phar-io/manifest": "^2.0.4", 3376 3377 "phar-io/version": "^3.2.1", 3377 3378 "php": ">=8.4.1", 3378 - "phpunit/php-code-coverage": "^14.1.8", 3379 + "phpunit/php-code-coverage": "^14.1.9", 3379 3380 "phpunit/php-file-iterator": "^7.0.0", 3380 3381 "phpunit/php-invoker": "^7.0.0", 3381 3382 "phpunit/php-text-template": "^6.0.0", 3382 3383 "phpunit/php-timer": "^9.0.0", 3383 3384 "sebastian/cli-parser": "^5.0.0", 3384 - "sebastian/comparator": "^8.1.3", 3385 + "sebastian/comparator": "^8.2.1", 3385 3386 "sebastian/diff": "^8.3.0", 3386 - "sebastian/environment": "^9.3.0", 3387 - "sebastian/exporter": "^8.0.2", 3387 + "sebastian/environment": "^9.3.1", 3388 + "sebastian/exporter": "^8.1.0", 3388 3389 "sebastian/git-state": "^1.0", 3389 3390 "sebastian/global-state": "^9.0.0", 3390 3391 "sebastian/object-enumerator": "^8.0.0", 3391 3392 "sebastian/recursion-context": "^8.0.0", 3392 - "sebastian/type": "^7.0.0", 3393 + "sebastian/type": "^7.0.1", 3393 3394 "sebastian/version": "^7.0.0", 3394 3395 "staabm/side-effects-detector": "^1.0.5" 3395 3396 }, ··· 3431 3432 "support": { 3432 3433 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 3433 3434 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 3434 - "source": "https://github.com/sebastianbergmann/phpunit/tree/13.1.10" 3435 + "source": "https://github.com/sebastianbergmann/phpunit/tree/13.1.11" 3435 3436 }, 3436 3437 "funding": [ 3437 3438 { ··· 3439 3440 "type": "other" 3440 3441 } 3441 3442 ], 3442 - "time": "2026-05-15T08:03:56+00:00" 3443 + "time": "2026-05-21T12:38:47+00:00" 3443 3444 }, 3444 3445 { 3445 3446 "name": "sebastian/cli-parser", ··· 3512 3513 }, 3513 3514 { 3514 3515 "name": "sebastian/comparator", 3515 - "version": "8.1.4", 3516 + "version": "8.2.1", 3516 3517 "source": { 3517 3518 "type": "git", 3518 3519 "url": "https://github.com/sebastianbergmann/comparator.git", 3519 - "reference": "1edd557042bf4ff9978ec125d8131b147d5c8224" 3520 + "reference": "ce999bf08b2c387a5423fe56961c32eed3f88089" 3520 3521 }, 3521 3522 "dist": { 3522 3523 "type": "zip", 3523 - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1edd557042bf4ff9978ec125d8131b147d5c8224", 3524 - "reference": "1edd557042bf4ff9978ec125d8131b147d5c8224", 3524 + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ce999bf08b2c387a5423fe56961c32eed3f88089", 3525 + "reference": "ce999bf08b2c387a5423fe56961c32eed3f88089", 3525 3526 "shasum": "" 3526 3527 }, 3527 3528 "require": { ··· 3529 3530 "ext-mbstring": "*", 3530 3531 "php": ">=8.4", 3531 3532 "sebastian/diff": "^8.3", 3532 - "sebastian/exporter": "^8.0" 3533 + "sebastian/exporter": "^8.0.3" 3533 3534 }, 3534 3535 "require-dev": { 3535 - "phpunit/phpunit": "^13.0" 3536 + "phpunit/phpunit": "^13.1.10" 3536 3537 }, 3537 3538 "suggest": { 3538 3539 "ext-bcmath": "For comparing BcMath\\Number objects" ··· 3540 3541 "type": "library", 3541 3542 "extra": { 3542 3543 "branch-alias": { 3543 - "dev-main": "8.1-dev" 3544 + "dev-main": "8.2-dev" 3544 3545 } 3545 3546 }, 3546 3547 "autoload": { ··· 3580 3581 "support": { 3581 3582 "issues": "https://github.com/sebastianbergmann/comparator/issues", 3582 3583 "security": "https://github.com/sebastianbergmann/comparator/security/policy", 3583 - "source": "https://github.com/sebastianbergmann/comparator/tree/8.1.4" 3584 + "source": "https://github.com/sebastianbergmann/comparator/tree/8.2.1" 3584 3585 }, 3585 3586 "funding": [ 3586 3587 { ··· 3600 3601 "type": "tidelift" 3601 3602 } 3602 3603 ], 3603 - "time": "2026-05-15T08:30:51+00:00" 3604 + "time": "2026-05-21T04:46:40+00:00" 3604 3605 }, 3605 3606 { 3606 3607 "name": "sebastian/complexity", ··· 3753 3754 }, 3754 3755 { 3755 3756 "name": "sebastian/environment", 3756 - "version": "9.3.0", 3757 + "version": "9.3.1", 3757 3758 "source": { 3758 3759 "type": "git", 3759 3760 "url": "https://github.com/sebastianbergmann/environment.git", 3760 - "reference": "6767059a30e4277ac95ee034809e793528464768" 3761 + "reference": "a15fa79a5f5cfd0e9f6817dbcdb0048e99efa146" 3761 3762 }, 3762 3763 "dist": { 3763 3764 "type": "zip", 3764 - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6767059a30e4277ac95ee034809e793528464768", 3765 - "reference": "6767059a30e4277ac95ee034809e793528464768", 3765 + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a15fa79a5f5cfd0e9f6817dbcdb0048e99efa146", 3766 + "reference": "a15fa79a5f5cfd0e9f6817dbcdb0048e99efa146", 3766 3767 "shasum": "" 3767 3768 }, 3768 3769 "require": { 3769 3770 "php": ">=8.4" 3770 3771 }, 3771 3772 "require-dev": { 3772 - "phpunit/phpunit": "^13.0" 3773 + "phpunit/phpunit": "^13.1.10" 3773 3774 }, 3774 3775 "suggest": { 3775 3776 "ext-posix": "*" ··· 3805 3806 "support": { 3806 3807 "issues": "https://github.com/sebastianbergmann/environment/issues", 3807 3808 "security": "https://github.com/sebastianbergmann/environment/security/policy", 3808 - "source": "https://github.com/sebastianbergmann/environment/tree/9.3.0" 3809 + "source": "https://github.com/sebastianbergmann/environment/tree/9.3.1" 3809 3810 }, 3810 3811 "funding": [ 3811 3812 { ··· 3825 3826 "type": "tidelift" 3826 3827 } 3827 3828 ], 3828 - "time": "2026-04-15T12:14:03+00:00" 3829 + "time": "2026-05-21T08:47:00+00:00" 3829 3830 }, 3830 3831 { 3831 3832 "name": "sebastian/exporter", 3832 - "version": "8.0.2", 3833 + "version": "8.1.0", 3833 3834 "source": { 3834 3835 "type": "git", 3835 3836 "url": "https://github.com/sebastianbergmann/exporter.git", 3836 - "reference": "9cee180ebe62259e3ed48df2212d1fc8cfd971bb" 3837 + "reference": "c0d29a945f8cf82f300a05e69874508e307ca4c6" 3837 3838 }, 3838 3839 "dist": { 3839 3840 "type": "zip", 3840 - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/9cee180ebe62259e3ed48df2212d1fc8cfd971bb", 3841 - "reference": "9cee180ebe62259e3ed48df2212d1fc8cfd971bb", 3841 + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c0d29a945f8cf82f300a05e69874508e307ca4c6", 3842 + "reference": "c0d29a945f8cf82f300a05e69874508e307ca4c6", 3842 3843 "shasum": "" 3843 3844 }, 3844 3845 "require": { ··· 3847 3848 "sebastian/recursion-context": "^8.0" 3848 3849 }, 3849 3850 "require-dev": { 3850 - "phpunit/phpunit": "^13.0" 3851 + "phpunit/phpunit": "^13.1.10" 3851 3852 }, 3852 3853 "type": "library", 3853 3854 "extra": { 3854 3855 "branch-alias": { 3855 - "dev-main": "8.0-dev" 3856 + "dev-main": "8.1-dev" 3856 3857 } 3857 3858 }, 3858 3859 "autoload": { ··· 3895 3896 "support": { 3896 3897 "issues": "https://github.com/sebastianbergmann/exporter/issues", 3897 3898 "security": "https://github.com/sebastianbergmann/exporter/security/policy", 3898 - "source": "https://github.com/sebastianbergmann/exporter/tree/8.0.2" 3899 + "source": "https://github.com/sebastianbergmann/exporter/tree/8.1.0" 3899 3900 }, 3900 3901 "funding": [ 3901 3902 { ··· 3915 3916 "type": "tidelift" 3916 3917 } 3917 3918 ], 3918 - "time": "2026-04-15T12:38:05+00:00" 3919 + "time": "2026-05-21T11:50:56+00:00" 3919 3920 }, 3920 3921 { 3921 3922 "name": "sebastian/git-state", ··· 4062 4063 }, 4063 4064 { 4064 4065 "name": "sebastian/lines-of-code", 4065 - "version": "5.0.0", 4066 + "version": "5.0.1", 4066 4067 "source": { 4067 4068 "type": "git", 4068 4069 "url": "https://github.com/sebastianbergmann/lines-of-code.git", 4069 - "reference": "4f21bb7768e1c997722ccc7efb1d6b5c11bfd471" 4070 + "reference": "d2cff273a90c79b0eb590baa682d4b5c318bdbb7" 4070 4071 }, 4071 4072 "dist": { 4072 4073 "type": "zip", 4073 - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/4f21bb7768e1c997722ccc7efb1d6b5c11bfd471", 4074 - "reference": "4f21bb7768e1c997722ccc7efb1d6b5c11bfd471", 4074 + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d2cff273a90c79b0eb590baa682d4b5c318bdbb7", 4075 + "reference": "d2cff273a90c79b0eb590baa682d4b5c318bdbb7", 4075 4076 "shasum": "" 4076 4077 }, 4077 4078 "require": { 4078 - "nikic/php-parser": "^5.0", 4079 + "nikic/php-parser": "^5.7.0", 4079 4080 "php": ">=8.4" 4080 4081 }, 4081 4082 "require-dev": { 4082 - "phpunit/phpunit": "^13.0" 4083 + "phpunit/phpunit": "^13.1.10" 4083 4084 }, 4084 4085 "type": "library", 4085 4086 "extra": { ··· 4108 4109 "support": { 4109 4110 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", 4110 4111 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", 4111 - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/5.0.0" 4112 + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/5.0.1" 4112 4113 }, 4113 4114 "funding": [ 4114 4115 { ··· 4128 4129 "type": "tidelift" 4129 4130 } 4130 4131 ], 4131 - "time": "2026-02-06T04:45:54+00:00" 4132 + "time": "2026-05-19T16:23:37+00:00" 4132 4133 }, 4133 4134 { 4134 4135 "name": "sebastian/object-enumerator", ··· 4346 4347 }, 4347 4348 { 4348 4349 "name": "sebastian/type", 4349 - "version": "7.0.0", 4350 + "version": "7.0.1", 4350 4351 "source": { 4351 4352 "type": "git", 4352 4353 "url": "https://github.com/sebastianbergmann/type.git", 4353 - "reference": "42412224607bd3931241bbd17f38e0f972f5a916" 4354 + "reference": "fee0309275847fefd7636167085e379c1dbf6990" 4354 4355 }, 4355 4356 "dist": { 4356 4357 "type": "zip", 4357 - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/42412224607bd3931241bbd17f38e0f972f5a916", 4358 - "reference": "42412224607bd3931241bbd17f38e0f972f5a916", 4358 + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fee0309275847fefd7636167085e379c1dbf6990", 4359 + "reference": "fee0309275847fefd7636167085e379c1dbf6990", 4359 4360 "shasum": "" 4360 4361 }, 4361 4362 "require": { 4362 4363 "php": ">=8.4" 4363 4364 }, 4364 4365 "require-dev": { 4365 - "phpunit/phpunit": "^13.0" 4366 + "phpunit/phpunit": "^13.1.10" 4366 4367 }, 4367 4368 "type": "library", 4368 4369 "extra": { ··· 4391 4392 "support": { 4392 4393 "issues": "https://github.com/sebastianbergmann/type/issues", 4393 4394 "security": "https://github.com/sebastianbergmann/type/security/policy", 4394 - "source": "https://github.com/sebastianbergmann/type/tree/7.0.0" 4395 + "source": "https://github.com/sebastianbergmann/type/tree/7.0.1" 4395 4396 }, 4396 4397 "funding": [ 4397 4398 { ··· 4411 4412 "type": "tidelift" 4412 4413 } 4413 4414 ], 4414 - "time": "2026-02-06T04:52:09+00:00" 4415 + "time": "2026-05-20T06:49:11+00:00" 4415 4416 }, 4416 4417 { 4417 4418 "name": "sebastian/version", ··· 4662 4663 }, 4663 4664 { 4664 4665 "name": "webmozart/assert", 4665 - "version": "2.3.0", 4666 + "version": "2.4.0", 4666 4667 "source": { 4667 4668 "type": "git", 4668 4669 "url": "https://github.com/webmozarts/assert.git", 4669 - "reference": "eb0d790f735ba6cff25c683a85a1da0eadeff9e4" 4670 + "reference": "9007ea6f45ecf352a9422b36644e4bfc039b9155" 4670 4671 }, 4671 4672 "dist": { 4672 4673 "type": "zip", 4673 - "url": "https://api.github.com/repos/webmozarts/assert/zipball/eb0d790f735ba6cff25c683a85a1da0eadeff9e4", 4674 - "reference": "eb0d790f735ba6cff25c683a85a1da0eadeff9e4", 4674 + "url": "https://api.github.com/repos/webmozarts/assert/zipball/9007ea6f45ecf352a9422b36644e4bfc039b9155", 4675 + "reference": "9007ea6f45ecf352a9422b36644e4bfc039b9155", 4675 4676 "shasum": "" 4676 4677 }, 4677 4678 "require": { ··· 4687 4688 }, 4688 4689 "type": "library", 4689 4690 "extra": { 4691 + "psalm": { 4692 + "pluginClass": "Webmozart\\Assert\\PsalmPlugin" 4693 + }, 4690 4694 "branch-alias": { 4695 + "dev-master": "2.0-dev", 4691 4696 "dev-feature/2-0": "2.0-dev" 4692 4697 } 4693 4698 }, ··· 4718 4723 ], 4719 4724 "support": { 4720 4725 "issues": "https://github.com/webmozarts/assert/issues", 4721 - "source": "https://github.com/webmozarts/assert/tree/2.3.0" 4726 + "source": "https://github.com/webmozarts/assert/tree/2.4.0" 4722 4727 }, 4723 - "time": "2026-04-11T10:33:05+00:00" 4728 + "time": "2026-05-20T13:07:01+00:00" 4724 4729 } 4725 4730 ], 4726 4731 "aliases": [],