Sync your WordPress posts to standard.site records on your PDS
at main 534 lines 20 kB view raw
1{ 2 "_readme": [ 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 "This file is @generated automatically" 6 ], 7 "content-hash": "a13d44b6d64f15e27515432346109171", 8 "packages": [ 9 { 10 "name": "brick/math", 11 "version": "0.14.8", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/brick/math.git", 15 "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/brick/math/zipball/63422359a44b7f06cae63c3b429b59e8efcc0629", 20 "reference": "63422359a44b7f06cae63c3b429b59e8efcc0629", 21 "shasum": "" 22 }, 23 "require": { 24 "php": "^8.2" 25 }, 26 "require-dev": { 27 "php-coveralls/php-coveralls": "^2.2", 28 "phpstan/phpstan": "2.1.22", 29 "phpunit/phpunit": "^11.5" 30 }, 31 "type": "library", 32 "autoload": { 33 "psr-4": { 34 "Brick\\Math\\": "src/" 35 } 36 }, 37 "notification-url": "https://packagist.org/downloads/", 38 "license": [ 39 "MIT" 40 ], 41 "description": "Arbitrary-precision arithmetic library", 42 "keywords": [ 43 "Arbitrary-precision", 44 "BigInteger", 45 "BigRational", 46 "arithmetic", 47 "bigdecimal", 48 "bignum", 49 "bignumber", 50 "brick", 51 "decimal", 52 "integer", 53 "math", 54 "mathematics", 55 "rational" 56 ], 57 "support": { 58 "issues": "https://github.com/brick/math/issues", 59 "source": "https://github.com/brick/math/tree/0.14.8" 60 }, 61 "funding": [ 62 { 63 "url": "https://github.com/BenMorel", 64 "type": "github" 65 } 66 ], 67 "time": "2026-02-10T14:33:43+00:00" 68 }, 69 { 70 "name": "danielburger1337/oauth2-dpop", 71 "version": "v1.2.0", 72 "source": { 73 "type": "git", 74 "url": "https://github.com/danielburger1337/oauth2-dpop-php.git", 75 "reference": "551c510c7c43cd921a63a0a20faf103b1774ac52" 76 }, 77 "dist": { 78 "type": "zip", 79 "url": "https://api.github.com/repos/danielburger1337/oauth2-dpop-php/zipball/551c510c7c43cd921a63a0a20faf103b1774ac52", 80 "reference": "551c510c7c43cd921a63a0a20faf103b1774ac52", 81 "shasum": "" 82 }, 83 "require": { 84 "php": "^8.4", 85 "psr/clock": "^1.0", 86 "spomky-labs/base64url": "^2.0" 87 }, 88 "require-dev": { 89 "friendsofphp/php-cs-fixer": "^3.91", 90 "nyholm/psr7": "^1.8", 91 "paragonie/constant_time_encoding": "^3.1", 92 "phpstan/phpstan": "^2.1", 93 "phpunit/phpunit": "^12.5", 94 "psr/cache": "^3.0", 95 "psr/http-message": "^2.0", 96 "spomky-labs/otphp": "^11.3", 97 "symfony/clock": "^7.2 || ^8.0", 98 "symfony/http-foundation": "^7.2 || ^8.0", 99 "web-token/jwt-library": "^3.4.6 || ^4.0" 100 }, 101 "type": "library", 102 "extra": { 103 "branch-alias": { 104 "dev-main": "1.x-dev" 105 } 106 }, 107 "autoload": { 108 "psr-4": { 109 "danielburger1337\\OAuth2\\DPoP\\": "src/" 110 } 111 }, 112 "notification-url": "https://packagist.org/downloads/", 113 "license": [ 114 "MIT" 115 ], 116 "authors": [ 117 { 118 "name": "Daniel Burger", 119 "homepage": "https://github.com/danielburger1337" 120 } 121 ], 122 "description": "Create/Verify OAuth2 DPoP tokens.", 123 "homepage": "https://github.com/danielburger1337/oauth2-dpop-php", 124 "keywords": [ 125 "dpop", 126 "oauth2" 127 ], 128 "support": { 129 "issues": "https://github.com/danielburger1337/oauth2-dpop-php/issues", 130 "source": "https://github.com/danielburger1337/oauth2-dpop-php/tree/v1.2.0" 131 }, 132 "time": "2026-01-06T18:56:07+00:00" 133 }, 134 { 135 "name": "psr/clock", 136 "version": "1.0.0", 137 "source": { 138 "type": "git", 139 "url": "https://github.com/php-fig/clock.git", 140 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" 141 }, 142 "dist": { 143 "type": "zip", 144 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", 145 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", 146 "shasum": "" 147 }, 148 "require": { 149 "php": "^7.0 || ^8.0" 150 }, 151 "type": "library", 152 "autoload": { 153 "psr-4": { 154 "Psr\\Clock\\": "src/" 155 } 156 }, 157 "notification-url": "https://packagist.org/downloads/", 158 "license": [ 159 "MIT" 160 ], 161 "authors": [ 162 { 163 "name": "PHP-FIG", 164 "homepage": "https://www.php-fig.org/" 165 } 166 ], 167 "description": "Common interface for reading the clock.", 168 "homepage": "https://github.com/php-fig/clock", 169 "keywords": [ 170 "clock", 171 "now", 172 "psr", 173 "psr-20", 174 "time" 175 ], 176 "support": { 177 "issues": "https://github.com/php-fig/clock/issues", 178 "source": "https://github.com/php-fig/clock/tree/1.0.0" 179 }, 180 "time": "2022-11-25T14:36:26+00:00" 181 }, 182 { 183 "name": "spomky-labs/base64url", 184 "version": "v2.0.4", 185 "source": { 186 "type": "git", 187 "url": "https://github.com/Spomky-Labs/base64url.git", 188 "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d" 189 }, 190 "dist": { 191 "type": "zip", 192 "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d", 193 "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d", 194 "shasum": "" 195 }, 196 "require": { 197 "php": ">=7.1" 198 }, 199 "require-dev": { 200 "phpstan/extension-installer": "^1.0", 201 "phpstan/phpstan": "^0.11|^0.12", 202 "phpstan/phpstan-beberlei-assert": "^0.11|^0.12", 203 "phpstan/phpstan-deprecation-rules": "^0.11|^0.12", 204 "phpstan/phpstan-phpunit": "^0.11|^0.12", 205 "phpstan/phpstan-strict-rules": "^0.11|^0.12" 206 }, 207 "type": "library", 208 "autoload": { 209 "psr-4": { 210 "Base64Url\\": "src/" 211 } 212 }, 213 "notification-url": "https://packagist.org/downloads/", 214 "license": [ 215 "MIT" 216 ], 217 "authors": [ 218 { 219 "name": "Florent Morselli", 220 "homepage": "https://github.com/Spomky-Labs/base64url/contributors" 221 } 222 ], 223 "description": "Base 64 URL Safe Encoding/Decoding PHP Library", 224 "homepage": "https://github.com/Spomky-Labs/base64url", 225 "keywords": [ 226 "base64", 227 "rfc4648", 228 "safe", 229 "url" 230 ], 231 "support": { 232 "issues": "https://github.com/Spomky-Labs/base64url/issues", 233 "source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4" 234 }, 235 "funding": [ 236 { 237 "url": "https://github.com/Spomky", 238 "type": "github" 239 }, 240 { 241 "url": "https://www.patreon.com/FlorentMorselli", 242 "type": "patreon" 243 } 244 ], 245 "time": "2020-11-03T09:10:25+00:00" 246 }, 247 { 248 "name": "spomky-labs/pki-framework", 249 "version": "1.4.1", 250 "source": { 251 "type": "git", 252 "url": "https://github.com/Spomky-Labs/pki-framework.git", 253 "reference": "f0e9a548df4e3942886adc9b7830581a46334631" 254 }, 255 "dist": { 256 "type": "zip", 257 "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/f0e9a548df4e3942886adc9b7830581a46334631", 258 "reference": "f0e9a548df4e3942886adc9b7830581a46334631", 259 "shasum": "" 260 }, 261 "require": { 262 "brick/math": "^0.10|^0.11|^0.12|^0.13|^0.14", 263 "ext-mbstring": "*", 264 "php": ">=8.1" 265 }, 266 "require-dev": { 267 "ekino/phpstan-banned-code": "^1.0|^2.0|^3.0", 268 "ext-gmp": "*", 269 "ext-openssl": "*", 270 "infection/infection": "^0.28|^0.29|^0.31", 271 "php-parallel-lint/php-parallel-lint": "^1.3", 272 "phpstan/extension-installer": "^1.3|^2.0", 273 "phpstan/phpstan": "^1.8|^2.0", 274 "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", 275 "phpstan/phpstan-phpunit": "^1.1|^2.0", 276 "phpstan/phpstan-strict-rules": "^1.3|^2.0", 277 "phpunit/phpunit": "^10.1|^11.0|^12.0", 278 "rector/rector": "^1.0|^2.0", 279 "roave/security-advisories": "dev-latest", 280 "symfony/string": "^6.4|^7.0|^8.0", 281 "symfony/var-dumper": "^6.4|^7.0|^8.0", 282 "symplify/easy-coding-standard": "^12.0" 283 }, 284 "suggest": { 285 "ext-bcmath": "For better performance (or GMP)", 286 "ext-gmp": "For better performance (or BCMath)", 287 "ext-openssl": "For OpenSSL based cyphering" 288 }, 289 "type": "library", 290 "autoload": { 291 "psr-4": { 292 "SpomkyLabs\\Pki\\": "src/" 293 } 294 }, 295 "notification-url": "https://packagist.org/downloads/", 296 "license": [ 297 "MIT" 298 ], 299 "authors": [ 300 { 301 "name": "Joni Eskelinen", 302 "email": "jonieske@gmail.com", 303 "role": "Original developer" 304 }, 305 { 306 "name": "Florent Morselli", 307 "email": "florent.morselli@spomky-labs.com", 308 "role": "Spomky-Labs PKI Framework developer" 309 } 310 ], 311 "description": "A PHP framework for managing Public Key Infrastructures. It comprises X.509 public key certificates, attribute certificates, certification requests and certification path validation.", 312 "homepage": "https://github.com/spomky-labs/pki-framework", 313 "keywords": [ 314 "DER", 315 "Private Key", 316 "ac", 317 "algorithm identifier", 318 "asn.1", 319 "asn1", 320 "attribute certificate", 321 "certificate", 322 "certification request", 323 "cryptography", 324 "csr", 325 "decrypt", 326 "ec", 327 "encrypt", 328 "pem", 329 "pkcs", 330 "public key", 331 "rsa", 332 "sign", 333 "signature", 334 "verify", 335 "x.509", 336 "x.690", 337 "x509", 338 "x690" 339 ], 340 "support": { 341 "issues": "https://github.com/Spomky-Labs/pki-framework/issues", 342 "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.4.1" 343 }, 344 "funding": [ 345 { 346 "url": "https://github.com/Spomky", 347 "type": "github" 348 }, 349 { 350 "url": "https://www.patreon.com/FlorentMorselli", 351 "type": "patreon" 352 } 353 ], 354 "time": "2025-12-20T12:57:40+00:00" 355 }, 356 { 357 "name": "symfony/clock", 358 "version": "v8.0.0", 359 "source": { 360 "type": "git", 361 "url": "https://github.com/symfony/clock.git", 362 "reference": "832119f9b8dbc6c8e6f65f30c5969eca1e88764f" 363 }, 364 "dist": { 365 "type": "zip", 366 "url": "https://api.github.com/repos/symfony/clock/zipball/832119f9b8dbc6c8e6f65f30c5969eca1e88764f", 367 "reference": "832119f9b8dbc6c8e6f65f30c5969eca1e88764f", 368 "shasum": "" 369 }, 370 "require": { 371 "php": ">=8.4", 372 "psr/clock": "^1.0" 373 }, 374 "provide": { 375 "psr/clock-implementation": "1.0" 376 }, 377 "type": "library", 378 "autoload": { 379 "files": [ 380 "Resources/now.php" 381 ], 382 "psr-4": { 383 "Symfony\\Component\\Clock\\": "" 384 }, 385 "exclude-from-classmap": [ 386 "/Tests/" 387 ] 388 }, 389 "notification-url": "https://packagist.org/downloads/", 390 "license": [ 391 "MIT" 392 ], 393 "authors": [ 394 { 395 "name": "Nicolas Grekas", 396 "email": "p@tchwork.com" 397 }, 398 { 399 "name": "Symfony Community", 400 "homepage": "https://symfony.com/contributors" 401 } 402 ], 403 "description": "Decouples applications from the system clock", 404 "homepage": "https://symfony.com", 405 "keywords": [ 406 "clock", 407 "psr20", 408 "time" 409 ], 410 "support": { 411 "source": "https://github.com/symfony/clock/tree/v8.0.0" 412 }, 413 "funding": [ 414 { 415 "url": "https://symfony.com/sponsor", 416 "type": "custom" 417 }, 418 { 419 "url": "https://github.com/fabpot", 420 "type": "github" 421 }, 422 { 423 "url": "https://github.com/nicolas-grekas", 424 "type": "github" 425 }, 426 { 427 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 428 "type": "tidelift" 429 } 430 ], 431 "time": "2025-11-12T15:46:48+00:00" 432 }, 433 { 434 "name": "web-token/jwt-library", 435 "version": "4.1.3", 436 "source": { 437 "type": "git", 438 "url": "https://github.com/web-token/jwt-library.git", 439 "reference": "690d4dd47b78f423cb90457f858e4106e1deb728" 440 }, 441 "dist": { 442 "type": "zip", 443 "url": "https://api.github.com/repos/web-token/jwt-library/zipball/690d4dd47b78f423cb90457f858e4106e1deb728", 444 "reference": "690d4dd47b78f423cb90457f858e4106e1deb728", 445 "shasum": "" 446 }, 447 "require": { 448 "brick/math": "^0.12|^0.13|^0.14", 449 "php": ">=8.2", 450 "psr/clock": "^1.0", 451 "spomky-labs/pki-framework": "^1.2.1" 452 }, 453 "conflict": { 454 "spomky-labs/jose": "*" 455 }, 456 "suggest": { 457 "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance", 458 "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance", 459 "ext-openssl": "For key management (creation, optimization, etc.) and some algorithms (AES, RSA, ECDSA, etc.)", 460 "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys", 461 "paragonie/sodium_compat": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys", 462 "spomky-labs/aes-key-wrap": "For all Key Wrapping algorithms (AxxxKW, AxxxGCMKW, PBES2-HSxxx+AyyyKW...)", 463 "symfony/console": "Needed to use console commands", 464 "symfony/http-client": "To enable JKU/X5U support." 465 }, 466 "type": "library", 467 "autoload": { 468 "psr-4": { 469 "Jose\\Component\\": "" 470 } 471 }, 472 "notification-url": "https://packagist.org/downloads/", 473 "license": [ 474 "MIT" 475 ], 476 "authors": [ 477 { 478 "name": "Florent Morselli", 479 "homepage": "https://github.com/Spomky" 480 }, 481 { 482 "name": "All contributors", 483 "homepage": "https://github.com/web-token/jwt-framework/contributors" 484 } 485 ], 486 "description": "JWT library", 487 "homepage": "https://github.com/web-token", 488 "keywords": [ 489 "JOSE", 490 "JWE", 491 "JWK", 492 "JWKSet", 493 "JWS", 494 "Jot", 495 "RFC7515", 496 "RFC7516", 497 "RFC7517", 498 "RFC7518", 499 "RFC7519", 500 "RFC7520", 501 "bundle", 502 "jwa", 503 "jwt", 504 "symfony" 505 ], 506 "support": { 507 "issues": "https://github.com/web-token/jwt-library/issues", 508 "source": "https://github.com/web-token/jwt-library/tree/4.1.3" 509 }, 510 "funding": [ 511 { 512 "url": "https://github.com/Spomky", 513 "type": "github" 514 }, 515 { 516 "url": "https://www.patreon.com/FlorentMorselli", 517 "type": "patreon" 518 } 519 ], 520 "time": "2025-12-18T14:27:35+00:00" 521 } 522 ], 523 "packages-dev": [], 524 "aliases": [], 525 "minimum-stability": "stable", 526 "stability-flags": [], 527 "prefer-stable": false, 528 "prefer-lowest": false, 529 "platform": { 530 "php": "^8.4" 531 }, 532 "platform-dev": [], 533 "plugin-api-version": "2.3.0" 534}