| [ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
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": "9aaa57cfc41c85172bc72eb82b7ae94e", 8 "packages": [ 9 { 10 "name": "aura/sql", 11 "version": "6.0.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/auraphp/Aura.Sql.git", 15 "reference": "8e2bb362e8953198df3682c9122e8b9edab5ff20" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/auraphp/Aura.Sql/zipball/8e2bb362e8953198df3682c9122e8b9edab5ff20", 20 "reference": "8e2bb362e8953198df3682c9122e8b9edab5ff20", 21 "shasum": "" 22 }, 23 "require": { 24 "ext-pdo": "*", 25 "php": "^8.4", 26 "psr/log": "^1.0 || ^2.0 || ^3.0" 27 }, 28 "require-dev": { 29 "pds/skeleton": "~1.0", 30 "phpunit/phpunit": "^9.5" 31 }, 32 "type": "library", 33 "autoload": { 34 "psr-4": { 35 "Aura\\Sql\\": "src/" 36 } 37 }, 38 "notification-url": "https://packagist.org/downloads/", 39 "license": [ 40 "MIT" 41 ], 42 "authors": [ 43 { 44 "name": "Aura.Sql Contributors", 45 "homepage": "https://github.com/auraphp/Aura.Sql/contributors" 46 } 47 ], 48 "description": "A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.", 49 "homepage": "https://github.com/auraphp/Aura.Sql", 50 "keywords": [ 51 "mysql", 52 "pdo", 53 "pgsql", 54 "postgres", 55 "postgresql", 56 "sql server", 57 "sqlite", 58 "sqlserver", 59 "sqlsrv" 60 ], 61 "support": { 62 "issues": "https://github.com/auraphp/Aura.Sql/issues", 63 "source": "https://github.com/auraphp/Aura.Sql/tree/6.0.0" 64 }, 65 "time": "2025-01-22T06:43:21+00:00" 66 }, 67 { 68 "name": "composer/ca-bundle", 69 "version": "1.5.12", 70 "source": { 71 "type": "git", 72 "url": "https://github.com/composer/ca-bundle.git", 73 "reference": "00a2f4201641d5c53f7fc0195e6c8d9fcc321a78" 74 }, 75 "dist": { 76 "type": "zip", 77 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/00a2f4201641d5c53f7fc0195e6c8d9fcc321a78", 78 "reference": "00a2f4201641d5c53f7fc0195e6c8d9fcc321a78", 79 "shasum": "" 80 }, 81 "require": { 82 "ext-openssl": "*", 83 "ext-pcre": "*", 84 "php": "^7.2 || ^8.0" 85 }, 86 "require-dev": { 87 "phpstan/phpstan": "^1.10", 88 "phpunit/phpunit": "^8 || ^9", 89 "psr/log": "^1.0 || ^2.0 || ^3.0", 90 "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" 91 }, 92 "type": "library", 93 "extra": { 94 "branch-alias": { 95 "dev-main": "1.x-dev" 96 } 97 }, 98 "autoload": { 99 "psr-4": { 100 "Composer\\CaBundle\\": "src" 101 } 102 }, 103 "notification-url": "https://packagist.org/downloads/", 104 "license": [ 105 "MIT" 106 ], 107 "authors": [ 108 { 109 "name": "Jordi Boggiano", 110 "email": "[email protected]", 111 "homepage": "http://seld.be" 112 } 113 ], 114 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", 115 "keywords": [ 116 "cabundle", 117 "cacert", 118 "certificate", 119 "ssl", 120 "tls" 121 ], 122 "support": { 123 "irc": "irc://irc.freenode.org/composer", 124 "issues": "https://github.com/composer/ca-bundle/issues", 125 "source": "https://github.com/composer/ca-bundle/tree/1.5.12" 126 }, 127 "funding": [ 128 { 129 "url": "https://packagist.com", 130 "type": "custom" 131 }, 132 { 133 "url": "https://github.com/composer", 134 "type": "github" 135 } 136 ], 137 "time": "2026-05-19T11:26:22+00:00" 138 }, 139 { 140 "name": "geoip2/geoip2", 141 "version": "v2.13.0", 142 "source": { 143 "type": "git", 144 "url": "https://github.com/maxmind/GeoIP2-php.git", 145 "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23" 146 }, 147 "dist": { 148 "type": "zip", 149 "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23", 150 "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23", 151 "shasum": "" 152 }, 153 "require": { 154 "ext-json": "*", 155 "maxmind-db/reader": "~1.8", 156 "maxmind/web-service-common": "~0.8", 157 "php": ">=7.2" 158 }, 159 "require-dev": { 160 "friendsofphp/php-cs-fixer": "3.*", 161 "phpstan/phpstan": "*", 162 "phpunit/phpunit": "^8.0 || ^9.0", 163 "squizlabs/php_codesniffer": "3.*" 164 }, 165 "type": "library", 166 "autoload": { 167 "psr-4": { 168 "GeoIp2\\": "src" 169 } 170 }, 171 "notification-url": "https://packagist.org/downloads/", 172 "license": [ 173 "Apache-2.0" 174 ], 175 "authors": [ 176 { 177 "name": "Gregory J. Oschwald", 178 "email": "[email protected]", 179 "homepage": "https://www.maxmind.com/" 180 } 181 ], 182 "description": "MaxMind GeoIP2 PHP API", 183 "homepage": "https://github.com/maxmind/GeoIP2-php", 184 "keywords": [ 185 "IP", 186 "geoip", 187 "geoip2", 188 "geolocation", 189 "maxmind" 190 ], 191 "support": { 192 "issues": "https://github.com/maxmind/GeoIP2-php/issues", 193 "source": "https://github.com/maxmind/GeoIP2-php/tree/v2.13.0" 194 }, 195 "time": "2022-08-05T20:32:58+00:00" 196 }, 197 { 198 "name": "jakeasmith/http_build_url", 199 "version": "1.0.1", 200 "source": { 201 "type": "git", 202 "url": "https://github.com/jakeasmith/http_build_url.git", 203 "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37" 204 }, 205 "dist": { 206 "type": "zip", 207 "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37", 208 "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37", 209 "shasum": "" 210 }, 211 "type": "library", 212 "autoload": { 213 "files": [ 214 "src/http_build_url.php" 215 ] 216 }, 217 "notification-url": "https://packagist.org/downloads/", 218 "license": [ 219 "MIT" 220 ], 221 "authors": [ 222 { 223 "name": "Jake A. Smith", 224 "email": "[email protected]" 225 } 226 ], 227 "description": "Provides functionality for http_build_url() to environments without pecl_http.", 228 "support": { 229 "issues": "https://github.com/jakeasmith/http_build_url/issues", 230 "source": "https://github.com/jakeasmith/http_build_url" 231 }, 232 "time": "2017-05-01T15:36:40+00:00" 233 }, 234 { 235 "name": "maxmind-db/reader", 236 "version": "v1.13.1", 237 "source": { 238 "type": "git", 239 "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", 240 "reference": "2194f58d0f024ce923e685cdf92af3daf9951908" 241 }, 242 "dist": { 243 "type": "zip", 244 "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/2194f58d0f024ce923e685cdf92af3daf9951908", 245 "reference": "2194f58d0f024ce923e685cdf92af3daf9951908", 246 "shasum": "" 247 }, 248 "require": { 249 "php": ">=7.2" 250 }, 251 "conflict": { 252 "ext-maxminddb": "<1.11.1 || >=2.0.0" 253 }, 254 "require-dev": { 255 "friendsofphp/php-cs-fixer": "3.*", 256 "phpstan/phpstan": "*", 257 "phpunit/phpunit": ">=8.0.0,<10.0.0", 258 "squizlabs/php_codesniffer": "4.*" 259 }, 260 "suggest": { 261 "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", 262 "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", 263 "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups", 264 "maxmind-db/reader-ext": "C extension for significantly faster IP lookups (install via PIE: pie install maxmind-db/reader-ext)" 265 }, 266 "type": "library", 267 "autoload": { 268 "psr-4": { 269 "MaxMind\\Db\\": "src/MaxMind/Db" 270 } 271 }, 272 "notification-url": "https://packagist.org/downloads/", 273 "license": [ 274 "Apache-2.0" 275 ], 276 "authors": [ 277 { 278 "name": "Gregory J. Oschwald", 279 "email": "[email protected]", 280 "homepage": "https://www.maxmind.com/" 281 } 282 ], 283 "description": "MaxMind DB Reader API", 284 "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php", 285 "keywords": [ 286 "database", 287 "geoip", 288 "geoip2", 289 "geolocation", 290 "maxmind" 291 ], 292 "support": { 293 "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues", 294 "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.13.1" 295 }, 296 "time": "2025-11-21T22:24:26+00:00" 297 }, 298 { 299 "name": "maxmind/web-service-common", 300 "version": "v0.11.1", 301 "source": { 302 "type": "git", 303 "url": "https://github.com/maxmind/web-service-common-php.git", 304 "reference": "c309236b5a5555b96cf560089ec3cead12d845d2" 305 }, 306 "dist": { 307 "type": "zip", 308 "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/c309236b5a5555b96cf560089ec3cead12d845d2", 309 "reference": "c309236b5a5555b96cf560089ec3cead12d845d2", 310 "shasum": "" 311 }, 312 "require": { 313 "composer/ca-bundle": "^1.0.3", 314 "ext-curl": "*", 315 "ext-json": "*", 316 "php": ">=8.1" 317 }, 318 "require-dev": { 319 "friendsofphp/php-cs-fixer": "3.*", 320 "phpstan/phpstan": "*", 321 "phpunit/phpunit": "^10.0", 322 "squizlabs/php_codesniffer": "4.*" 323 }, 324 "type": "library", 325 "autoload": { 326 "psr-4": { 327 "MaxMind\\Exception\\": "src/Exception", 328 "MaxMind\\WebService\\": "src/WebService" 329 } 330 }, 331 "notification-url": "https://packagist.org/downloads/", 332 "license": [ 333 "Apache-2.0" 334 ], 335 "authors": [ 336 { 337 "name": "Gregory Oschwald", 338 "email": "[email protected]" 339 } 340 ], 341 "description": "Internal MaxMind Web Service API", 342 "homepage": "https://github.com/maxmind/web-service-common-php", 343 "support": { 344 "issues": "https://github.com/maxmind/web-service-common-php/issues", 345 "source": "https://github.com/maxmind/web-service-common-php/tree/v0.11.1" 346 }, 347 "time": "2026-01-13T17:56:03+00:00" 348 }, 349 { 350 "name": "ozh/bookmarkletgen", 351 "version": "1.3", 352 "source": { 353 "type": "git", 354 "url": "https://github.com/ozh/bookmarkletgen.git", 355 "reference": "7b462817642aa599c558a6376c0c0d7bf3ffc949" 356 }, 357 "dist": { 358 "type": "zip", 359 "url": "https://api.github.com/repos/ozh/bookmarkletgen/zipball/7b462817642aa599c558a6376c0c0d7bf3ffc949", 360 "reference": "7b462817642aa599c558a6376c0c0d7bf3ffc949", 361 "shasum": "" 362 }, 363 "require": { 364 "php": ">=8.0" 365 }, 366 "type": "library", 367 "autoload": { 368 "psr-4": { 369 "Ozh\\Bookmarkletgen\\": "src" 370 } 371 }, 372 "notification-url": "https://packagist.org/downloads/", 373 "license": [ 374 "MIT" 375 ], 376 "authors": [ 377 { 378 "name": "Ozh", 379 "homepage": "http://ozh.org/" 380 } 381 ], 382 "description": "PHP class to convert JS into valid bookmarklet links", 383 "homepage": "https://github.com/ozh/bookmarkletgen", 384 "keywords": [ 385 "bookmarklet", 386 "javascript" 387 ], 388 "support": { 389 "issues": "https://github.com/ozh/bookmarkletgen/issues", 390 "source": "https://github.com/ozh/bookmarkletgen/tree/1.3" 391 }, 392 "time": "2025-11-07T17:20:10+00:00" 393 }, 394 { 395 "name": "pomo/pomo", 396 "version": "v1.5.0", 397 "source": { 398 "type": "git", 399 "url": "https://github.com/LeoColomb/pomo.git", 400 "reference": "b1e53a997850496369634d574fa6b508091fc353" 401 }, 402 "dist": { 403 "type": "zip", 404 "url": "https://api.github.com/repos/LeoColomb/pomo/zipball/b1e53a997850496369634d574fa6b508091fc353", 405 "reference": "b1e53a997850496369634d574fa6b508091fc353", 406 "shasum": "" 407 }, 408 "require": { 409 "php": ">=5.3.0" 410 }, 411 "require-dev": { 412 "phpunit/phpunit": "^4.0 || ^7.0", 413 "squizlabs/php_codesniffer": "^3.0" 414 }, 415 "type": "library", 416 "autoload": { 417 "psr-4": { 418 "POMO\\": "src" 419 } 420 }, 421 "notification-url": "https://packagist.org/downloads/", 422 "license": [ 423 "GPL-2.0+" 424 ], 425 "authors": [ 426 { 427 "name": "WordPress", 428 "homepage": "https://wordpress.org", 429 "role": "Author" 430 }, 431 { 432 "name": "Léo Colombaro", 433 "homepage": "https://colombaro.fr", 434 "role": "Maintainer" 435 } 436 ], 437 "description": "Gettext library to translate with i18n", 438 "homepage": "https://github.com/LeoColomb/pomo", 439 "keywords": [ 440 "gettext", 441 "i18n", 442 "internationalization", 443 "localization", 444 "translation" 445 ], 446 "support": { 447 "issues": "https://github.com/LeoColomb/pomo/issues", 448 "source": "https://github.com/LeoColomb/pomo/tree/v1.5.0" 449 }, 450 "funding": [ 451 { 452 "url": "https://github.com/LeoColomb", 453 "type": "github" 454 }, 455 { 456 "url": "https://www.patreon.com/LeoColomb", 457 "type": "patreon" 458 } 459 ], 460 "time": "2023-01-06T01:05:43+00:00" 461 }, 462 { 463 "name": "psr/log", 464 "version": "3.0.2", 465 "source": { 466 "type": "git", 467 "url": "https://github.com/php-fig/log.git", 468 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" 469 }, 470 "dist": { 471 "type": "zip", 472 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 473 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 474 "shasum": "" 475 }, 476 "require": { 477 "php": ">=8.0.0" 478 }, 479 "type": "library", 480 "extra": { 481 "branch-alias": { 482 "dev-master": "3.x-dev" 483 } 484 }, 485 "autoload": { 486 "psr-4": { 487 "Psr\\Log\\": "src" 488 } 489 }, 490 "notification-url": "https://packagist.org/downloads/", 491 "license": [ 492 "MIT" 493 ], 494 "authors": [ 495 { 496 "name": "PHP-FIG", 497 "homepage": "https://www.php-fig.org/" 498 } 499 ], 500 "description": "Common interface for logging libraries", 501 "homepage": "https://github.com/php-fig/log", 502 "keywords": [ 503 "log", 504 "psr", 505 "psr-3" 506 ], 507 "support": { 508 "source": "https://github.com/php-fig/log/tree/3.0.2" 509 }, 510 "time": "2024-09-11T13:17:53+00:00" 511 }, 512 { 513 "name": "rmccue/requests", 514 "version": "v2.0.18", 515 "source": { 516 "type": "git", 517 "url": "https://github.com/WordPress/Requests.git", 518 "reference": "2e5b8434e0dd54b35bcf1e9a5b52ba2ad84cf773" 519 }, 520 "dist": { 521 "type": "zip", 522 "url": "https://api.github.com/repos/WordPress/Requests/zipball/2e5b8434e0dd54b35bcf1e9a5b52ba2ad84cf773", 523 "reference": "2e5b8434e0dd54b35bcf1e9a5b52ba2ad84cf773", 524 "shasum": "" 525 }, 526 "require": { 527 "ext-json": "*", 528 "php": ">=5.6" 529 }, 530 "require-dev": { 531 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0", 532 "php-parallel-lint/php-console-highlighter": "^0.5.0", 533 "php-parallel-lint/php-parallel-lint": "^1.3.1", 534 "phpcompatibility/php-compatibility": "^10.0.0@dev", 535 "requests/test-server": "dev-main", 536 "squizlabs/php_codesniffer": "^3.6", 537 "wp-coding-standards/wpcs": "^2.0", 538 "yoast/phpunit-polyfills": "^1.1.5" 539 }, 540 "suggest": { 541 "art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client", 542 "ext-curl": "For improved performance", 543 "ext-openssl": "For secure transport support", 544 "ext-zlib": "For improved performance when decompressing encoded streams" 545 }, 546 "type": "library", 547 "autoload": { 548 "files": [ 549 "library/Deprecated.php" 550 ], 551 "psr-4": { 552 "WpOrg\\Requests\\": "src/" 553 }, 554 "classmap": [ 555 "library/Requests.php" 556 ] 557 }, 558 "notification-url": "https://packagist.org/downloads/", 559 "license": [ 560 "ISC" 561 ], 562 "authors": [ 563 { 564 "name": "Ryan McCue", 565 "homepage": "https://rmccue.io/" 566 }, 567 { 568 "name": "Alain Schlesser", 569 "homepage": "https://github.com/schlessera" 570 }, 571 { 572 "name": "Juliette Reinders Folmer", 573 "homepage": "https://github.com/jrfnl" 574 }, 575 { 576 "name": "Contributors", 577 "homepage": "https://github.com/WordPress/Requests/graphs/contributors" 578 } 579 ], 580 "description": "A HTTP library written in PHP, for human beings.", 581 "homepage": "https://requests.ryanmccue.info/", 582 "keywords": [ 583 "curl", 584 "fsockopen", 585 "http", 586 "idna", 587 "ipv6", 588 "iri", 589 "sockets" 590 ], 591 "support": { 592 "docs": "https://requests.ryanmccue.info/", 593 "issues": "https://github.com/WordPress/Requests/issues", 594 "source": "https://github.com/WordPress/Requests" 595 }, 596 "time": "2026-04-30T00:41:23+00:00" 597 }, 598 { 599 "name": "spatie/array-to-xml", 600 "version": "3.4.4", 601 "source": { 602 "type": "git", 603 "url": "https://github.com/spatie/array-to-xml.git", 604 "reference": "88b2f3852a922dd73177a68938f8eb2ec70c7224" 605 }, 606 "dist": { 607 "type": "zip", 608 "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/88b2f3852a922dd73177a68938f8eb2ec70c7224", 609 "reference": "88b2f3852a922dd73177a68938f8eb2ec70c7224", 610 "shasum": "" 611 }, 612 "require": { 613 "ext-dom": "*", 614 "php": "^8.0" 615 }, 616 "require-dev": { 617 "mockery/mockery": "^1.2", 618 "pestphp/pest": "^1.21", 619 "spatie/pest-plugin-snapshots": "^1.1" 620 }, 621 "type": "library", 622 "extra": { 623 "branch-alias": { 624 "dev-main": "3.x-dev" 625 } 626 }, 627 "autoload": { 628 "psr-4": { 629 "Spatie\\ArrayToXml\\": "src" 630 } 631 }, 632 "notification-url": "https://packagist.org/downloads/", 633 "license": [ 634 "MIT" 635 ], 636 "authors": [ 637 { 638 "name": "Freek Van der Herten", 639 "email": "[email protected]", 640 "homepage": "https://freek.dev", 641 "role": "Developer" 642 } 643 ], 644 "description": "Convert an array to xml", 645 "homepage": "https://github.com/spatie/array-to-xml", 646 "keywords": [ 647 "array", 648 "convert", 649 "xml" 650 ], 651 "support": { 652 "source": "https://github.com/spatie/array-to-xml/tree/3.4.4" 653 }, 654 "funding": [ 655 { 656 "url": "https://spatie.be/open-source/support-us", 657 "type": "custom" 658 }, 659 { 660 "url": "https://github.com/spatie", 661 "type": "github" 662 } 663 ], 664 "time": "2025-12-15T09:00:41+00:00" 665 }, 666 { 667 "name": "symfony/polyfill-intl-idn", 668 "version": "v1.38.1", 669 "source": { 670 "type": "git", 671 "url": "https://github.com/symfony/polyfill-intl-idn.git", 672 "reference": "dc21118016c039a66235cf93d96b435ffb282412" 673 }, 674 "dist": { 675 "type": "zip", 676 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/dc21118016c039a66235cf93d96b435ffb282412", 677 "reference": "dc21118016c039a66235cf93d96b435ffb282412", 678 "shasum": "" 679 }, 680 "require": { 681 "php": ">=7.2", 682 "symfony/polyfill-intl-normalizer": "^1.10" 683 }, 684 "suggest": { 685 "ext-intl": "For best performance" 686 }, 687 "type": "library", 688 "extra": { 689 "thanks": { 690 "url": "https://github.com/symfony/polyfill", 691 "name": "symfony/polyfill" 692 } 693 }, 694 "autoload": { 695 "files": [ 696 "bootstrap.php" 697 ], 698 "psr-4": { 699 "Symfony\\Polyfill\\Intl\\Idn\\": "" 700 } 701 }, 702 "notification-url": "https://packagist.org/downloads/", 703 "license": [ 704 "MIT" 705 ], 706 "authors": [ 707 { 708 "name": "Laurent Bassin", 709 "email": "[email protected]" 710 }, 711 { 712 "name": "Trevor Rowbotham", 713 "email": "[email protected]" 714 }, 715 { 716 "name": "Symfony Community", 717 "homepage": "https://symfony.com/contributors" 718 } 719 ], 720 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 721 "homepage": "https://symfony.com", 722 "keywords": [ 723 "compatibility", 724 "idn", 725 "intl", 726 "polyfill", 727 "portable", 728 "shim" 729 ], 730 "support": { 731 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.38.1" 732 }, 733 "funding": [ 734 { 735 "url": "https://symfony.com/sponsor", 736 "type": "custom" 737 }, 738 { 739 "url": "https://github.com/fabpot", 740 "type": "github" 741 }, 742 { 743 "url": "https://github.com/nicolas-grekas", 744 "type": "github" 745 }, 746 { 747 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 748 "type": "tidelift" 749 } 750 ], 751 "time": "2026-05-25T15:22:23+00:00" 752 }, 753 { 754 "name": "symfony/polyfill-intl-normalizer", 755 "version": "v1.38.0", 756 "source": { 757 "type": "git", 758 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 759 "reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b" 760 }, 761 "dist": { 762 "type": "zip", 763 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/2d446c214bdbe5b71bde5011b060a05fece3ae6b", 764 "reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b", 765 "shasum": "" 766 }, 767 "require": { 768 "php": ">=7.2" 769 }, 770 "suggest": { 771 "ext-intl": "For best performance" 772 }, 773 "type": "library", 774 "extra": { 775 "thanks": { 776 "url": "https://github.com/symfony/polyfill", 777 "name": "symfony/polyfill" 778 } 779 }, 780 "autoload": { 781 "files": [ 782 "bootstrap.php" 783 ], 784 "psr-4": { 785 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 786 }, 787 "classmap": [ 788 "Resources/stubs" 789 ] 790 }, 791 "notification-url": "https://packagist.org/downloads/", 792 "license": [ 793 "MIT" 794 ], 795 "authors": [ 796 { 797 "name": "Nicolas Grekas", 798 "email": "[email protected]" 799 }, 800 { 801 "name": "Symfony Community", 802 "homepage": "https://symfony.com/contributors" 803 } 804 ], 805 "description": "Symfony polyfill for intl's Normalizer class and related functions", 806 "homepage": "https://symfony.com", 807 "keywords": [ 808 "compatibility", 809 "intl", 810 "normalizer", 811 "polyfill", 812 "portable", 813 "shim" 814 ], 815 "support": { 816 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.38.0" 817 }, 818 "funding": [ 819 { 820 "url": "https://symfony.com/sponsor", 821 "type": "custom" 822 }, 823 { 824 "url": "https://github.com/fabpot", 825 "type": "github" 826 }, 827 { 828 "url": "https://github.com/nicolas-grekas", 829 "type": "github" 830 }, 831 { 832 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 833 "type": "tidelift" 834 } 835 ], 836 "time": "2026-05-25T13:48:31+00:00" 837 }, 838 { 839 "name": "symfony/polyfill-mbstring", 840 "version": "v1.38.1", 841 "source": { 842 "type": "git", 843 "url": "https://github.com/symfony/polyfill-mbstring.git", 844 "reference": "14c5439eec4ccff081ac14eca2dc57feb2a66d92" 845 }, 846 "dist": { 847 "type": "zip", 848 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/14c5439eec4ccff081ac14eca2dc57feb2a66d92", 849 "reference": "14c5439eec4ccff081ac14eca2dc57feb2a66d92", 850 "shasum": "" 851 }, 852 "require": { 853 "ext-iconv": "*", 854 "php": ">=7.2" 855 }, 856 "provide": { 857 "ext-mbstring": "*" 858 }, 859 "suggest": { 860 "ext-mbstring": "For best performance" 861 }, 862 "type": "library", 863 "extra": { 864 "thanks": { 865 "url": "https://github.com/symfony/polyfill", 866 "name": "symfony/polyfill" 867 } 868 }, 869 "autoload": { 870 "files": [ 871 "bootstrap.php" 872 ], 873 "psr-4": { 874 "Symfony\\Polyfill\\Mbstring\\": "" 875 } 876 }, 877 "notification-url": "https://packagist.org/downloads/", 878 "license": [ 879 "MIT" 880 ], 881 "authors": [ 882 { 883 "name": "Nicolas Grekas", 884 "email": "[email protected]" 885 }, 886 { 887 "name": "Symfony Community", 888 "homepage": "https://symfony.com/contributors" 889 } 890 ], 891 "description": "Symfony polyfill for the Mbstring extension", 892 "homepage": "https://symfony.com", 893 "keywords": [ 894 "compatibility", 895 "mbstring", 896 "polyfill", 897 "portable", 898 "shim" 899 ], 900 "support": { 901 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.38.1" 902 }, 903 "funding": [ 904 { 905 "url": "https://symfony.com/sponsor", 906 "type": "custom" 907 }, 908 { 909 "url": "https://github.com/fabpot", 910 "type": "github" 911 }, 912 { 913 "url": "https://github.com/nicolas-grekas", 914 "type": "github" 915 }, 916 { 917 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 918 "type": "tidelift" 919 } 920 ], 921 "time": "2026-05-26T12:51:13+00:00" 922 } 923 ], 924 "packages-dev": [], 925 "aliases": [], 926 "minimum-stability": "stable", 927 "stability-flags": {}, 928 "prefer-stable": false, 929 "prefer-lowest": false, 930 "platform": { 931 "php": "^8.1", 932 "ext-dom": "*", 933 "ext-filter": "*", 934 "ext-hash": "*", 935 "ext-pcre": "*", 936 "ext-pdo": "*", 937 "ext-pdo_mysql": "*" 938 }, 939 "platform-dev": { 940 "ext-ctype": "*" 941 }, 942 "platform-overrides": { 943 "php": "8.1.0" 944 }, 945 "plugin-api-version": "2.9.0" 946 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sat Jul 11 05:10:54 2026 | Cross-referenced by PHPXref 0.7.1 |