| [ 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": "50804e4ad6386df5b147be4320a067e3", 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.5", 70 "source": { 71 "type": "git", 72 "url": "https://github.com/composer/ca-bundle.git", 73 "reference": "08c50d5ec4c6ced7d0271d2862dec8c1033283e6" 74 }, 75 "dist": { 76 "type": "zip", 77 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/08c50d5ec4c6ced7d0271d2862dec8c1033283e6", 78 "reference": "08c50d5ec4c6ced7d0271d2862dec8c1033283e6", 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.5" 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 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 138 "type": "tidelift" 139 } 140 ], 141 "time": "2025-01-08T16:17:16+00:00" 142 }, 143 { 144 "name": "geoip2/geoip2", 145 "version": "v2.13.0", 146 "source": { 147 "type": "git", 148 "url": "https://github.com/maxmind/GeoIP2-php.git", 149 "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23" 150 }, 151 "dist": { 152 "type": "zip", 153 "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23", 154 "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23", 155 "shasum": "" 156 }, 157 "require": { 158 "ext-json": "*", 159 "maxmind-db/reader": "~1.8", 160 "maxmind/web-service-common": "~0.8", 161 "php": ">=7.2" 162 }, 163 "require-dev": { 164 "friendsofphp/php-cs-fixer": "3.*", 165 "phpstan/phpstan": "*", 166 "phpunit/phpunit": "^8.0 || ^9.0", 167 "squizlabs/php_codesniffer": "3.*" 168 }, 169 "type": "library", 170 "autoload": { 171 "psr-4": { 172 "GeoIp2\\": "src" 173 } 174 }, 175 "notification-url": "https://packagist.org/downloads/", 176 "license": [ 177 "Apache-2.0" 178 ], 179 "authors": [ 180 { 181 "name": "Gregory J. Oschwald", 182 "email": "[email protected]", 183 "homepage": "https://www.maxmind.com/" 184 } 185 ], 186 "description": "MaxMind GeoIP2 PHP API", 187 "homepage": "https://github.com/maxmind/GeoIP2-php", 188 "keywords": [ 189 "IP", 190 "geoip", 191 "geoip2", 192 "geolocation", 193 "maxmind" 194 ], 195 "support": { 196 "issues": "https://github.com/maxmind/GeoIP2-php/issues", 197 "source": "https://github.com/maxmind/GeoIP2-php/tree/v2.13.0" 198 }, 199 "time": "2022-08-05T20:32:58+00:00" 200 }, 201 { 202 "name": "jakeasmith/http_build_url", 203 "version": "1.0.1", 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 "type": "library", 216 "autoload": { 217 "files": [ 218 "src/http_build_url.php" 219 ] 220 }, 221 "notification-url": "https://packagist.org/downloads/", 222 "license": [ 223 "MIT" 224 ], 225 "authors": [ 226 { 227 "name": "Jake A. Smith", 228 "email": "[email protected]" 229 } 230 ], 231 "description": "Provides functionality for http_build_url() to environments without pecl_http.", 232 "support": { 233 "issues": "https://github.com/jakeasmith/http_build_url/issues", 234 "source": "https://github.com/jakeasmith/http_build_url" 235 }, 236 "time": "2017-05-01T15:36:40+00:00" 237 }, 238 { 239 "name": "maxmind-db/reader", 240 "version": "v1.12.0", 241 "source": { 242 "type": "git", 243 "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", 244 "reference": "5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90" 245 }, 246 "dist": { 247 "type": "zip", 248 "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90", 249 "reference": "5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90", 250 "shasum": "" 251 }, 252 "require": { 253 "php": ">=7.2" 254 }, 255 "conflict": { 256 "ext-maxminddb": "<1.11.1 || >=2.0.0" 257 }, 258 "require-dev": { 259 "friendsofphp/php-cs-fixer": "3.*", 260 "phpstan/phpstan": "*", 261 "phpunit/phpunit": ">=8.0.0,<10.0.0", 262 "squizlabs/php_codesniffer": "3.*" 263 }, 264 "suggest": { 265 "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", 266 "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", 267 "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" 268 }, 269 "type": "library", 270 "autoload": { 271 "psr-4": { 272 "MaxMind\\Db\\": "src/MaxMind/Db" 273 } 274 }, 275 "notification-url": "https://packagist.org/downloads/", 276 "license": [ 277 "Apache-2.0" 278 ], 279 "authors": [ 280 { 281 "name": "Gregory J. Oschwald", 282 "email": "[email protected]", 283 "homepage": "https://www.maxmind.com/" 284 } 285 ], 286 "description": "MaxMind DB Reader API", 287 "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php", 288 "keywords": [ 289 "database", 290 "geoip", 291 "geoip2", 292 "geolocation", 293 "maxmind" 294 ], 295 "support": { 296 "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues", 297 "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.12.0" 298 }, 299 "time": "2024-11-14T22:43:47+00:00" 300 }, 301 { 302 "name": "maxmind/web-service-common", 303 "version": "v0.10.0", 304 "source": { 305 "type": "git", 306 "url": "https://github.com/maxmind/web-service-common-php.git", 307 "reference": "d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4" 308 }, 309 "dist": { 310 "type": "zip", 311 "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4", 312 "reference": "d7c7c42fc31bff26e0ded73a6e187bcfb193f9c4", 313 "shasum": "" 314 }, 315 "require": { 316 "composer/ca-bundle": "^1.0.3", 317 "ext-curl": "*", 318 "ext-json": "*", 319 "php": ">=8.1" 320 }, 321 "require-dev": { 322 "friendsofphp/php-cs-fixer": "3.*", 323 "phpstan/phpstan": "*", 324 "phpunit/phpunit": "^8.0 || ^9.0", 325 "squizlabs/php_codesniffer": "3.*" 326 }, 327 "type": "library", 328 "autoload": { 329 "psr-4": { 330 "MaxMind\\Exception\\": "src/Exception", 331 "MaxMind\\WebService\\": "src/WebService" 332 } 333 }, 334 "notification-url": "https://packagist.org/downloads/", 335 "license": [ 336 "Apache-2.0" 337 ], 338 "authors": [ 339 { 340 "name": "Gregory Oschwald", 341 "email": "[email protected]" 342 } 343 ], 344 "description": "Internal MaxMind Web Service API", 345 "homepage": "https://github.com/maxmind/web-service-common-php", 346 "support": { 347 "issues": "https://github.com/maxmind/web-service-common-php/issues", 348 "source": "https://github.com/maxmind/web-service-common-php/tree/v0.10.0" 349 }, 350 "time": "2024-11-14T23:14:52+00:00" 351 }, 352 { 353 "name": "ozh/bookmarkletgen", 354 "version": "1.2.2", 355 "source": { 356 "type": "git", 357 "url": "https://github.com/ozh/bookmarkletgen.git", 358 "reference": "65fffa64bb11f70470d398d7baf6d9bb84411cfc" 359 }, 360 "dist": { 361 "type": "zip", 362 "url": "https://api.github.com/repos/ozh/bookmarkletgen/zipball/65fffa64bb11f70470d398d7baf6d9bb84411cfc", 363 "reference": "65fffa64bb11f70470d398d7baf6d9bb84411cfc", 364 "shasum": "" 365 }, 366 "require": { 367 "php": ">=7.2" 368 }, 369 "type": "library", 370 "autoload": { 371 "psr-0": { 372 "Ozh\\Bookmarkletgen\\": "src/" 373 } 374 }, 375 "notification-url": "https://packagist.org/downloads/", 376 "license": [ 377 "MIT" 378 ], 379 "authors": [ 380 { 381 "name": "Ozh", 382 "homepage": "http://ozh.org/" 383 } 384 ], 385 "description": "PHP class to convert JS into valid bookmarklet links", 386 "homepage": "https://github.com/ozh/bookmarkletgen", 387 "keywords": [ 388 "bookmarklet", 389 "javascript" 390 ], 391 "support": { 392 "issues": "https://github.com/ozh/bookmarkletgen/issues", 393 "source": "https://github.com/ozh/bookmarkletgen/tree/1.2.2" 394 }, 395 "time": "2022-05-04T13:05:16+00:00" 396 }, 397 { 398 "name": "pomo/pomo", 399 "version": "v1.5.0", 400 "source": { 401 "type": "git", 402 "url": "https://github.com/LeoColomb/pomo.git", 403 "reference": "b1e53a997850496369634d574fa6b508091fc353" 404 }, 405 "dist": { 406 "type": "zip", 407 "url": "https://api.github.com/repos/LeoColomb/pomo/zipball/b1e53a997850496369634d574fa6b508091fc353", 408 "reference": "b1e53a997850496369634d574fa6b508091fc353", 409 "shasum": "" 410 }, 411 "require": { 412 "php": ">=5.3.0" 413 }, 414 "require-dev": { 415 "phpunit/phpunit": "^4.0 || ^7.0", 416 "squizlabs/php_codesniffer": "^3.0" 417 }, 418 "type": "library", 419 "autoload": { 420 "psr-4": { 421 "POMO\\": "src" 422 } 423 }, 424 "notification-url": "https://packagist.org/downloads/", 425 "license": [ 426 "GPL-2.0+" 427 ], 428 "authors": [ 429 { 430 "name": "WordPress", 431 "homepage": "https://wordpress.org", 432 "role": "Author" 433 }, 434 { 435 "name": "Léo Colombaro", 436 "homepage": "https://colombaro.fr", 437 "role": "Maintainer" 438 } 439 ], 440 "description": "Gettext library to translate with i18n", 441 "homepage": "https://github.com/LeoColomb/pomo", 442 "keywords": [ 443 "gettext", 444 "i18n", 445 "internationalization", 446 "localization", 447 "translation" 448 ], 449 "support": { 450 "issues": "https://github.com/LeoColomb/pomo/issues", 451 "source": "https://github.com/LeoColomb/pomo/tree/v1.5.0" 452 }, 453 "funding": [ 454 { 455 "url": "https://github.com/LeoColomb", 456 "type": "github" 457 }, 458 { 459 "url": "https://www.patreon.com/LeoColomb", 460 "type": "patreon" 461 } 462 ], 463 "time": "2023-01-06T01:05:43+00:00" 464 }, 465 { 466 "name": "psr/log", 467 "version": "3.0.2", 468 "source": { 469 "type": "git", 470 "url": "https://github.com/php-fig/log.git", 471 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" 472 }, 473 "dist": { 474 "type": "zip", 475 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 476 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", 477 "shasum": "" 478 }, 479 "require": { 480 "php": ">=8.0.0" 481 }, 482 "type": "library", 483 "extra": { 484 "branch-alias": { 485 "dev-master": "3.x-dev" 486 } 487 }, 488 "autoload": { 489 "psr-4": { 490 "Psr\\Log\\": "src" 491 } 492 }, 493 "notification-url": "https://packagist.org/downloads/", 494 "license": [ 495 "MIT" 496 ], 497 "authors": [ 498 { 499 "name": "PHP-FIG", 500 "homepage": "https://www.php-fig.org/" 501 } 502 ], 503 "description": "Common interface for logging libraries", 504 "homepage": "https://github.com/php-fig/log", 505 "keywords": [ 506 "log", 507 "psr", 508 "psr-3" 509 ], 510 "support": { 511 "source": "https://github.com/php-fig/log/tree/3.0.2" 512 }, 513 "time": "2024-09-11T13:17:53+00:00" 514 }, 515 { 516 "name": "rmccue/requests", 517 "version": "v2.0.15", 518 "source": { 519 "type": "git", 520 "url": "https://github.com/WordPress/Requests.git", 521 "reference": "877cd66169755899682f1595e057334b40d9d149" 522 }, 523 "dist": { 524 "type": "zip", 525 "url": "https://api.github.com/repos/WordPress/Requests/zipball/877cd66169755899682f1595e057334b40d9d149", 526 "reference": "877cd66169755899682f1595e057334b40d9d149", 527 "shasum": "" 528 }, 529 "require": { 530 "ext-json": "*", 531 "php": ">=5.6" 532 }, 533 "require-dev": { 534 "dealerdirect/phpcodesniffer-composer-installer": "^0.7", 535 "php-parallel-lint/php-console-highlighter": "^0.5.0", 536 "php-parallel-lint/php-parallel-lint": "^1.3.1", 537 "phpcompatibility/php-compatibility": "^9.0", 538 "requests/test-server": "dev-main", 539 "roave/security-advisories": "dev-latest", 540 "squizlabs/php_codesniffer": "^3.6", 541 "wp-coding-standards/wpcs": "^2.0", 542 "yoast/phpunit-polyfills": "^1.0.0" 543 }, 544 "suggest": { 545 "art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client", 546 "ext-curl": "For improved performance", 547 "ext-openssl": "For secure transport support", 548 "ext-zlib": "For improved performance when decompressing encoded streams" 549 }, 550 "type": "library", 551 "autoload": { 552 "files": [ 553 "library/Deprecated.php" 554 ], 555 "psr-4": { 556 "WpOrg\\Requests\\": "src/" 557 }, 558 "classmap": [ 559 "library/Requests.php" 560 ] 561 }, 562 "notification-url": "https://packagist.org/downloads/", 563 "license": [ 564 "ISC" 565 ], 566 "authors": [ 567 { 568 "name": "Ryan McCue", 569 "homepage": "https://rmccue.io/" 570 }, 571 { 572 "name": "Alain Schlesser", 573 "homepage": "https://github.com/schlessera" 574 }, 575 { 576 "name": "Juliette Reinders Folmer", 577 "homepage": "https://github.com/jrfnl" 578 }, 579 { 580 "name": "Contributors", 581 "homepage": "https://github.com/WordPress/Requests/graphs/contributors" 582 } 583 ], 584 "description": "A HTTP library written in PHP, for human beings.", 585 "homepage": "https://requests.ryanmccue.info/", 586 "keywords": [ 587 "curl", 588 "fsockopen", 589 "http", 590 "idna", 591 "ipv6", 592 "iri", 593 "sockets" 594 ], 595 "support": { 596 "docs": "https://requests.ryanmccue.info/", 597 "issues": "https://github.com/WordPress/Requests/issues", 598 "source": "https://github.com/WordPress/Requests" 599 }, 600 "time": "2025-01-21T10:13:31+00:00" 601 }, 602 { 603 "name": "spatie/array-to-xml", 604 "version": "3.4.4", 605 "source": { 606 "type": "git", 607 "url": "https://github.com/spatie/array-to-xml.git", 608 "reference": "88b2f3852a922dd73177a68938f8eb2ec70c7224" 609 }, 610 "dist": { 611 "type": "zip", 612 "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/88b2f3852a922dd73177a68938f8eb2ec70c7224", 613 "reference": "88b2f3852a922dd73177a68938f8eb2ec70c7224", 614 "shasum": "" 615 }, 616 "require": { 617 "ext-dom": "*", 618 "php": "^8.0" 619 }, 620 "require-dev": { 621 "mockery/mockery": "^1.2", 622 "pestphp/pest": "^1.21", 623 "spatie/pest-plugin-snapshots": "^1.1" 624 }, 625 "type": "library", 626 "extra": { 627 "branch-alias": { 628 "dev-main": "3.x-dev" 629 } 630 }, 631 "autoload": { 632 "psr-4": { 633 "Spatie\\ArrayToXml\\": "src" 634 } 635 }, 636 "notification-url": "https://packagist.org/downloads/", 637 "license": [ 638 "MIT" 639 ], 640 "authors": [ 641 { 642 "name": "Freek Van der Herten", 643 "email": "[email protected]", 644 "homepage": "https://freek.dev", 645 "role": "Developer" 646 } 647 ], 648 "description": "Convert an array to xml", 649 "homepage": "https://github.com/spatie/array-to-xml", 650 "keywords": [ 651 "array", 652 "convert", 653 "xml" 654 ], 655 "support": { 656 "source": "https://github.com/spatie/array-to-xml/tree/3.4.4" 657 }, 658 "funding": [ 659 { 660 "url": "https://spatie.be/open-source/support-us", 661 "type": "custom" 662 }, 663 { 664 "url": "https://github.com/spatie", 665 "type": "github" 666 } 667 ], 668 "time": "2025-12-15T09:00:41+00:00" 669 }, 670 { 671 "name": "symfony/polyfill-intl-idn", 672 "version": "v1.31.0", 673 "source": { 674 "type": "git", 675 "url": "https://github.com/symfony/polyfill-intl-idn.git", 676 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" 677 }, 678 "dist": { 679 "type": "zip", 680 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", 681 "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", 682 "shasum": "" 683 }, 684 "require": { 685 "php": ">=7.2", 686 "symfony/polyfill-intl-normalizer": "^1.10" 687 }, 688 "suggest": { 689 "ext-intl": "For best performance" 690 }, 691 "type": "library", 692 "extra": { 693 "thanks": { 694 "url": "https://github.com/symfony/polyfill", 695 "name": "symfony/polyfill" 696 } 697 }, 698 "autoload": { 699 "files": [ 700 "bootstrap.php" 701 ], 702 "psr-4": { 703 "Symfony\\Polyfill\\Intl\\Idn\\": "" 704 } 705 }, 706 "notification-url": "https://packagist.org/downloads/", 707 "license": [ 708 "MIT" 709 ], 710 "authors": [ 711 { 712 "name": "Laurent Bassin", 713 "email": "[email protected]" 714 }, 715 { 716 "name": "Trevor Rowbotham", 717 "email": "[email protected]" 718 }, 719 { 720 "name": "Symfony Community", 721 "homepage": "https://symfony.com/contributors" 722 } 723 ], 724 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 725 "homepage": "https://symfony.com", 726 "keywords": [ 727 "compatibility", 728 "idn", 729 "intl", 730 "polyfill", 731 "portable", 732 "shim" 733 ], 734 "support": { 735 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" 736 }, 737 "funding": [ 738 { 739 "url": "https://symfony.com/sponsor", 740 "type": "custom" 741 }, 742 { 743 "url": "https://github.com/fabpot", 744 "type": "github" 745 }, 746 { 747 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 748 "type": "tidelift" 749 } 750 ], 751 "time": "2024-09-09T11:45:10+00:00" 752 }, 753 { 754 "name": "symfony/polyfill-intl-normalizer", 755 "version": "v1.31.0", 756 "source": { 757 "type": "git", 758 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 759 "reference": "3833d7255cc303546435cb650316bff708a1c75c" 760 }, 761 "dist": { 762 "type": "zip", 763 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", 764 "reference": "3833d7255cc303546435cb650316bff708a1c75c", 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.31.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://tidelift.com/funding/github/packagist/symfony/symfony", 829 "type": "tidelift" 830 } 831 ], 832 "time": "2024-09-09T11:45:10+00:00" 833 }, 834 { 835 "name": "symfony/polyfill-mbstring", 836 "version": "v1.31.0", 837 "source": { 838 "type": "git", 839 "url": "https://github.com/symfony/polyfill-mbstring.git", 840 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" 841 }, 842 "dist": { 843 "type": "zip", 844 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", 845 "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", 846 "shasum": "" 847 }, 848 "require": { 849 "php": ">=7.2" 850 }, 851 "provide": { 852 "ext-mbstring": "*" 853 }, 854 "suggest": { 855 "ext-mbstring": "For best performance" 856 }, 857 "type": "library", 858 "extra": { 859 "thanks": { 860 "url": "https://github.com/symfony/polyfill", 861 "name": "symfony/polyfill" 862 } 863 }, 864 "autoload": { 865 "files": [ 866 "bootstrap.php" 867 ], 868 "psr-4": { 869 "Symfony\\Polyfill\\Mbstring\\": "" 870 } 871 }, 872 "notification-url": "https://packagist.org/downloads/", 873 "license": [ 874 "MIT" 875 ], 876 "authors": [ 877 { 878 "name": "Nicolas Grekas", 879 "email": "[email protected]" 880 }, 881 { 882 "name": "Symfony Community", 883 "homepage": "https://symfony.com/contributors" 884 } 885 ], 886 "description": "Symfony polyfill for the Mbstring extension", 887 "homepage": "https://symfony.com", 888 "keywords": [ 889 "compatibility", 890 "mbstring", 891 "polyfill", 892 "portable", 893 "shim" 894 ], 895 "support": { 896 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" 897 }, 898 "funding": [ 899 { 900 "url": "https://symfony.com/sponsor", 901 "type": "custom" 902 }, 903 { 904 "url": "https://github.com/fabpot", 905 "type": "github" 906 }, 907 { 908 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 909 "type": "tidelift" 910 } 911 ], 912 "time": "2024-09-09T11:45:10+00:00" 913 } 914 ], 915 "packages-dev": [], 916 "aliases": [], 917 "minimum-stability": "stable", 918 "stability-flags": {}, 919 "prefer-stable": false, 920 "prefer-lowest": false, 921 "platform": { 922 "php": "^8.1", 923 "ext-dom": "*", 924 "ext-filter": "*", 925 "ext-hash": "*", 926 "ext-pcre": "*", 927 "ext-pdo": "*", 928 "ext-pdo_mysql": "*" 929 }, 930 "platform-dev": { 931 "ext-ctype": "*" 932 }, 933 "platform-overrides": { 934 "php": "8.1" 935 }, 936 "plugin-api-version": "2.6.0" 937 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Jan 6 05:10:29 2026 | Cross-referenced by PHPXref 0.7.1 |