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