[ 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": "9b65f2d0608ea42bf57901047d69e5bb", 8 "packages": [ 9 { 10 "name": "aura/sql", 11 "version": "3.1.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/auraphp/Aura.Sql.git", 15 "reference": "88d8b8ed1bcfd588a649fdc7e7ac89ec047abbca" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/auraphp/Aura.Sql/zipball/88d8b8ed1bcfd588a649fdc7e7ac89ec047abbca", 20 "reference": "88d8b8ed1bcfd588a649fdc7e7ac89ec047abbca", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=5.6.0", 25 "psr/log": "^1.0 || ^2.0" 26 }, 27 "require-dev": { 28 "pds/skeleton": "~1.0", 29 "yoast/phpunit-polyfills": "~1.0" 30 }, 31 "type": "library", 32 "autoload": { 33 "psr-4": { 34 "Aura\\Sql\\": "src/" 35 } 36 }, 37 "notification-url": "https://packagist.org/downloads/", 38 "license": [ 39 "MIT" 40 ], 41 "authors": [ 42 { 43 "name": "Aura.Sql Contributors", 44 "homepage": "https://github.com/auraphp/Aura.Sql/contributors" 45 } 46 ], 47 "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.", 48 "homepage": "https://github.com/auraphp/Aura.Sql", 49 "keywords": [ 50 "mysql", 51 "pdo", 52 "pgsql", 53 "postgres", 54 "postgresql", 55 "sql server", 56 "sqlite", 57 "sqlserver", 58 "sqlsrv" 59 ], 60 "support": { 61 "issues": "https://github.com/auraphp/Aura.Sql/issues", 62 "source": "https://github.com/auraphp/Aura.Sql/tree/3.1.0" 63 }, 64 "time": "2022-04-28T05:11:23+00:00" 65 }, 66 { 67 "name": "composer/ca-bundle", 68 "version": "1.3.4", 69 "source": { 70 "type": "git", 71 "url": "https://github.com/composer/ca-bundle.git", 72 "reference": "69098eca243998b53eed7a48d82dedd28b447cd5" 73 }, 74 "dist": { 75 "type": "zip", 76 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/69098eca243998b53eed7a48d82dedd28b447cd5", 77 "reference": "69098eca243998b53eed7a48d82dedd28b447cd5", 78 "shasum": "" 79 }, 80 "require": { 81 "ext-openssl": "*", 82 "ext-pcre": "*", 83 "php": "^5.3.2 || ^7.0 || ^8.0" 84 }, 85 "require-dev": { 86 "phpstan/phpstan": "^0.12.55", 87 "psr/log": "^1.0", 88 "symfony/phpunit-bridge": "^4.2 || ^5", 89 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" 90 }, 91 "type": "library", 92 "extra": { 93 "branch-alias": { 94 "dev-main": "1.x-dev" 95 } 96 }, 97 "autoload": { 98 "psr-4": { 99 "Composer\\CaBundle\\": "src" 100 } 101 }, 102 "notification-url": "https://packagist.org/downloads/", 103 "license": [ 104 "MIT" 105 ], 106 "authors": [ 107 { 108 "name": "Jordi Boggiano", 109 "email": "[email protected]", 110 "homepage": "http://seld.be" 111 } 112 ], 113 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", 114 "keywords": [ 115 "cabundle", 116 "cacert", 117 "certificate", 118 "ssl", 119 "tls" 120 ], 121 "support": { 122 "irc": "irc://irc.freenode.org/composer", 123 "issues": "https://github.com/composer/ca-bundle/issues", 124 "source": "https://github.com/composer/ca-bundle/tree/1.3.4" 125 }, 126 "funding": [ 127 { 128 "url": "https://packagist.com", 129 "type": "custom" 130 }, 131 { 132 "url": "https://github.com/composer", 133 "type": "github" 134 }, 135 { 136 "url": "https://tidelift.com/funding/github/packagist/composer/composer", 137 "type": "tidelift" 138 } 139 ], 140 "time": "2022-10-12T12:08:29+00:00" 141 }, 142 { 143 "name": "geoip2/geoip2", 144 "version": "v2.13.0", 145 "source": { 146 "type": "git", 147 "url": "[email protected]:maxmind/GeoIP2-php.git", 148 "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23" 149 }, 150 "dist": { 151 "type": "zip", 152 "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23", 153 "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23", 154 "shasum": "" 155 }, 156 "require": { 157 "ext-json": "*", 158 "maxmind-db/reader": "~1.8", 159 "maxmind/web-service-common": "~0.8", 160 "php": ">=7.2" 161 }, 162 "require-dev": { 163 "friendsofphp/php-cs-fixer": "3.*", 164 "phpstan/phpstan": "*", 165 "phpunit/phpunit": "^8.0 || ^9.0", 166 "squizlabs/php_codesniffer": "3.*" 167 }, 168 "type": "library", 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 "time": "2022-08-05T20:32:58+00:00" 195 }, 196 { 197 "name": "jakeasmith/http_build_url", 198 "version": "1.0.1", 199 "source": { 200 "type": "git", 201 "url": "https://github.com/jakeasmith/http_build_url.git", 202 "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37" 203 }, 204 "dist": { 205 "type": "zip", 206 "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37", 207 "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37", 208 "shasum": "" 209 }, 210 "type": "library", 211 "autoload": { 212 "files": [ 213 "src/http_build_url.php" 214 ] 215 }, 216 "notification-url": "https://packagist.org/downloads/", 217 "license": [ 218 "MIT" 219 ], 220 "authors": [ 221 { 222 "name": "Jake A. Smith", 223 "email": "[email protected]" 224 } 225 ], 226 "description": "Provides functionality for http_build_url() to environments without pecl_http.", 227 "support": { 228 "issues": "https://github.com/jakeasmith/http_build_url/issues", 229 "source": "https://github.com/jakeasmith/http_build_url" 230 }, 231 "time": "2017-05-01T15:36:40+00:00" 232 }, 233 { 234 "name": "maxmind-db/reader", 235 "version": "v1.11.0", 236 "source": { 237 "type": "git", 238 "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", 239 "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b" 240 }, 241 "dist": { 242 "type": "zip", 243 "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b", 244 "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b", 245 "shasum": "" 246 }, 247 "require": { 248 "php": ">=7.2" 249 }, 250 "conflict": { 251 "ext-maxminddb": "<1.10.1,>=2.0.0" 252 }, 253 "require-dev": { 254 "friendsofphp/php-cs-fixer": "3.*", 255 "php-coveralls/php-coveralls": "^2.1", 256 "phpstan/phpstan": "*", 257 "phpunit/phpcov": ">=6.0.0", 258 "phpunit/phpunit": ">=8.0.0,<10.0.0", 259 "squizlabs/php_codesniffer": "3.*" 260 }, 261 "suggest": { 262 "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", 263 "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", 264 "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" 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.11.0" 295 }, 296 "time": "2021-10-18T15:23:10+00:00" 297 }, 298 { 299 "name": "maxmind/web-service-common", 300 "version": "v0.9.0", 301 "source": { 302 "type": "git", 303 "url": "https://github.com/maxmind/web-service-common-php.git", 304 "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53" 305 }, 306 "dist": { 307 "type": "zip", 308 "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53", 309 "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53", 310 "shasum": "" 311 }, 312 "require": { 313 "composer/ca-bundle": "^1.0.3", 314 "ext-curl": "*", 315 "ext-json": "*", 316 "php": ">=7.2" 317 }, 318 "require-dev": { 319 "friendsofphp/php-cs-fixer": "3.*", 320 "phpstan/phpstan": "*", 321 "phpunit/phpunit": "^8.0 || ^9.0", 322 "squizlabs/php_codesniffer": "3.*" 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.9.0" 346 }, 347 "time": "2022-03-28T17:43:20+00:00" 348 }, 349 { 350 "name": "ozh/bookmarkletgen", 351 "version": "1.2.2", 352 "source": { 353 "type": "git", 354 "url": "https://github.com/ozh/bookmarkletgen.git", 355 "reference": "65fffa64bb11f70470d398d7baf6d9bb84411cfc" 356 }, 357 "dist": { 358 "type": "zip", 359 "url": "https://api.github.com/repos/ozh/bookmarkletgen/zipball/65fffa64bb11f70470d398d7baf6d9bb84411cfc", 360 "reference": "65fffa64bb11f70470d398d7baf6d9bb84411cfc", 361 "shasum": "" 362 }, 363 "require": { 364 "php": ">=7.2" 365 }, 366 "type": "library", 367 "autoload": { 368 "psr-0": { 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.2.2" 391 }, 392 "time": "2022-05-04T13:05:16+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": "1.1.4", 465 "source": { 466 "type": "git", 467 "url": "https://github.com/php-fig/log.git", 468 "reference": "d49695b909c3b7628b6289db5479a1c204601f11" 469 }, 470 "dist": { 471 "type": "zip", 472 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", 473 "reference": "d49695b909c3b7628b6289db5479a1c204601f11", 474 "shasum": "" 475 }, 476 "require": { 477 "php": ">=5.3.0" 478 }, 479 "type": "library", 480 "extra": { 481 "branch-alias": { 482 "dev-master": "1.1.x-dev" 483 } 484 }, 485 "autoload": { 486 "psr-4": { 487 "Psr\\Log\\": "Psr/Log/" 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/1.1.4" 509 }, 510 "time": "2021-05-03T11:20:27+00:00" 511 }, 512 { 513 "name": "rmccue/requests", 514 "version": "v2.0.5", 515 "source": { 516 "type": "git", 517 "url": "https://github.com/WordPress/Requests.git", 518 "reference": "b717f1d2f4ef7992ec0c127747ed8b7e170c2f49" 519 }, 520 "dist": { 521 "type": "zip", 522 "url": "https://api.github.com/repos/WordPress/Requests/zipball/b717f1d2f4ef7992ec0c127747ed8b7e170c2f49", 523 "reference": "b717f1d2f4ef7992ec0c127747ed8b7e170c2f49", 524 "shasum": "" 525 }, 526 "require": { 527 "ext-json": "*", 528 "php": ">=5.6" 529 }, 530 "require-dev": { 531 "dealerdirect/phpcodesniffer-composer-installer": "^0.7", 532 "php-parallel-lint/php-console-highlighter": "^0.5.0", 533 "php-parallel-lint/php-parallel-lint": "^1.3.1", 534 "phpcompatibility/php-compatibility": "^9.0", 535 "requests/test-server": "dev-main", 536 "roave/security-advisories": "dev-latest", 537 "squizlabs/php_codesniffer": "^3.6", 538 "wp-coding-standards/wpcs": "^2.0", 539 "yoast/phpunit-polyfills": "^1.0.0" 540 }, 541 "type": "library", 542 "autoload": { 543 "files": [ 544 "library/Deprecated.php" 545 ], 546 "psr-4": { 547 "WpOrg\\Requests\\": "src/" 548 }, 549 "classmap": [ 550 "library/Requests.php" 551 ] 552 }, 553 "notification-url": "https://packagist.org/downloads/", 554 "license": [ 555 "ISC" 556 ], 557 "authors": [ 558 { 559 "name": "Ryan McCue", 560 "homepage": "https://rmccue.io/" 561 }, 562 { 563 "name": "Alain Schlesser", 564 "homepage": "https://github.com/schlessera" 565 }, 566 { 567 "name": "Juliette Reinders Folmer", 568 "homepage": "https://github.com/jrfnl" 569 }, 570 { 571 "name": "Contributors", 572 "homepage": "https://github.com/WordPress/Requests/graphs/contributors" 573 } 574 ], 575 "description": "A HTTP library written in PHP, for human beings.", 576 "homepage": "https://requests.ryanmccue.info/", 577 "keywords": [ 578 "curl", 579 "fsockopen", 580 "http", 581 "idna", 582 "ipv6", 583 "iri", 584 "sockets" 585 ], 586 "support": { 587 "docs": "https://requests.ryanmccue.info/", 588 "issues": "https://github.com/WordPress/Requests/issues", 589 "source": "https://github.com/WordPress/Requests" 590 }, 591 "time": "2022-10-11T08:15:28+00:00" 592 }, 593 { 594 "name": "spatie/array-to-xml", 595 "version": "2.17.1", 596 "source": { 597 "type": "git", 598 "url": "https://github.com/spatie/array-to-xml.git", 599 "reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46" 600 }, 601 "dist": { 602 "type": "zip", 603 "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/5cbec9c6ab17e320c58a259f0cebe88bde4a7c46", 604 "reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46", 605 "shasum": "" 606 }, 607 "require": { 608 "ext-dom": "*", 609 "php": "^7.4|^8.0" 610 }, 611 "require-dev": { 612 "mockery/mockery": "^1.2", 613 "pestphp/pest": "^1.21", 614 "phpunit/phpunit": "^9.0", 615 "spatie/pest-plugin-snapshots": "^1.1" 616 }, 617 "type": "library", 618 "autoload": { 619 "psr-4": { 620 "Spatie\\ArrayToXml\\": "src" 621 } 622 }, 623 "notification-url": "https://packagist.org/downloads/", 624 "license": [ 625 "MIT" 626 ], 627 "authors": [ 628 { 629 "name": "Freek Van der Herten", 630 "email": "[email protected]", 631 "homepage": "https://freek.dev", 632 "role": "Developer" 633 } 634 ], 635 "description": "Convert an array to xml", 636 "homepage": "https://github.com/spatie/array-to-xml", 637 "keywords": [ 638 "array", 639 "convert", 640 "xml" 641 ], 642 "support": { 643 "source": "https://github.com/spatie/array-to-xml/tree/2.17.1" 644 }, 645 "funding": [ 646 { 647 "url": "https://spatie.be/open-source/support-us", 648 "type": "custom" 649 }, 650 { 651 "url": "https://github.com/spatie", 652 "type": "github" 653 } 654 ], 655 "time": "2022-12-26T08:22:07+00:00" 656 }, 657 { 658 "name": "symfony/polyfill-intl-idn", 659 "version": "v1.27.0", 660 "source": { 661 "type": "git", 662 "url": "https://github.com/symfony/polyfill-intl-idn.git", 663 "reference": "639084e360537a19f9ee352433b84ce831f3d2da" 664 }, 665 "dist": { 666 "type": "zip", 667 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", 668 "reference": "639084e360537a19f9ee352433b84ce831f3d2da", 669 "shasum": "" 670 }, 671 "require": { 672 "php": ">=7.1", 673 "symfony/polyfill-intl-normalizer": "^1.10", 674 "symfony/polyfill-php72": "^1.10" 675 }, 676 "suggest": { 677 "ext-intl": "For best performance" 678 }, 679 "type": "library", 680 "extra": { 681 "branch-alias": { 682 "dev-main": "1.27-dev" 683 }, 684 "thanks": { 685 "name": "symfony/polyfill", 686 "url": "https://github.com/symfony/polyfill" 687 } 688 }, 689 "autoload": { 690 "files": [ 691 "bootstrap.php" 692 ], 693 "psr-4": { 694 "Symfony\\Polyfill\\Intl\\Idn\\": "" 695 } 696 }, 697 "notification-url": "https://packagist.org/downloads/", 698 "license": [ 699 "MIT" 700 ], 701 "authors": [ 702 { 703 "name": "Laurent Bassin", 704 "email": "[email protected]" 705 }, 706 { 707 "name": "Trevor Rowbotham", 708 "email": "[email protected]" 709 }, 710 { 711 "name": "Symfony Community", 712 "homepage": "https://symfony.com/contributors" 713 } 714 ], 715 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 716 "homepage": "https://symfony.com", 717 "keywords": [ 718 "compatibility", 719 "idn", 720 "intl", 721 "polyfill", 722 "portable", 723 "shim" 724 ], 725 "support": { 726 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" 727 }, 728 "funding": [ 729 { 730 "url": "https://symfony.com/sponsor", 731 "type": "custom" 732 }, 733 { 734 "url": "https://github.com/fabpot", 735 "type": "github" 736 }, 737 { 738 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 739 "type": "tidelift" 740 } 741 ], 742 "time": "2022-11-03T14:55:06+00:00" 743 }, 744 { 745 "name": "symfony/polyfill-intl-normalizer", 746 "version": "v1.27.0", 747 "source": { 748 "type": "git", 749 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 750 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" 751 }, 752 "dist": { 753 "type": "zip", 754 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", 755 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", 756 "shasum": "" 757 }, 758 "require": { 759 "php": ">=7.1" 760 }, 761 "suggest": { 762 "ext-intl": "For best performance" 763 }, 764 "type": "library", 765 "extra": { 766 "branch-alias": { 767 "dev-main": "1.27-dev" 768 }, 769 "thanks": { 770 "name": "symfony/polyfill", 771 "url": "https://github.com/symfony/polyfill" 772 } 773 }, 774 "autoload": { 775 "files": [ 776 "bootstrap.php" 777 ], 778 "psr-4": { 779 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 780 }, 781 "classmap": [ 782 "Resources/stubs" 783 ] 784 }, 785 "notification-url": "https://packagist.org/downloads/", 786 "license": [ 787 "MIT" 788 ], 789 "authors": [ 790 { 791 "name": "Nicolas Grekas", 792 "email": "[email protected]" 793 }, 794 { 795 "name": "Symfony Community", 796 "homepage": "https://symfony.com/contributors" 797 } 798 ], 799 "description": "Symfony polyfill for intl's Normalizer class and related functions", 800 "homepage": "https://symfony.com", 801 "keywords": [ 802 "compatibility", 803 "intl", 804 "normalizer", 805 "polyfill", 806 "portable", 807 "shim" 808 ], 809 "support": { 810 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" 811 }, 812 "funding": [ 813 { 814 "url": "https://symfony.com/sponsor", 815 "type": "custom" 816 }, 817 { 818 "url": "https://github.com/fabpot", 819 "type": "github" 820 }, 821 { 822 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 823 "type": "tidelift" 824 } 825 ], 826 "time": "2022-11-03T14:55:06+00:00" 827 }, 828 { 829 "name": "symfony/polyfill-mbstring", 830 "version": "v1.27.0", 831 "source": { 832 "type": "git", 833 "url": "https://github.com/symfony/polyfill-mbstring.git", 834 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" 835 }, 836 "dist": { 837 "type": "zip", 838 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", 839 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", 840 "shasum": "" 841 }, 842 "require": { 843 "php": ">=7.1" 844 }, 845 "provide": { 846 "ext-mbstring": "*" 847 }, 848 "suggest": { 849 "ext-mbstring": "For best performance" 850 }, 851 "type": "library", 852 "extra": { 853 "branch-alias": { 854 "dev-main": "1.27-dev" 855 }, 856 "thanks": { 857 "name": "symfony/polyfill", 858 "url": "https://github.com/symfony/polyfill" 859 } 860 }, 861 "autoload": { 862 "files": [ 863 "bootstrap.php" 864 ], 865 "psr-4": { 866 "Symfony\\Polyfill\\Mbstring\\": "" 867 } 868 }, 869 "notification-url": "https://packagist.org/downloads/", 870 "license": [ 871 "MIT" 872 ], 873 "authors": [ 874 { 875 "name": "Nicolas Grekas", 876 "email": "[email protected]" 877 }, 878 { 879 "name": "Symfony Community", 880 "homepage": "https://symfony.com/contributors" 881 } 882 ], 883 "description": "Symfony polyfill for the Mbstring extension", 884 "homepage": "https://symfony.com", 885 "keywords": [ 886 "compatibility", 887 "mbstring", 888 "polyfill", 889 "portable", 890 "shim" 891 ], 892 "support": { 893 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" 894 }, 895 "funding": [ 896 { 897 "url": "https://symfony.com/sponsor", 898 "type": "custom" 899 }, 900 { 901 "url": "https://github.com/fabpot", 902 "type": "github" 903 }, 904 { 905 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 906 "type": "tidelift" 907 } 908 ], 909 "time": "2022-11-03T14:55:06+00:00" 910 }, 911 { 912 "name": "symfony/polyfill-php72", 913 "version": "v1.27.0", 914 "source": { 915 "type": "git", 916 "url": "https://github.com/symfony/polyfill-php72.git", 917 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" 918 }, 919 "dist": { 920 "type": "zip", 921 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", 922 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", 923 "shasum": "" 924 }, 925 "require": { 926 "php": ">=7.1" 927 }, 928 "type": "library", 929 "extra": { 930 "branch-alias": { 931 "dev-main": "1.27-dev" 932 }, 933 "thanks": { 934 "name": "symfony/polyfill", 935 "url": "https://github.com/symfony/polyfill" 936 } 937 }, 938 "autoload": { 939 "files": [ 940 "bootstrap.php" 941 ], 942 "psr-4": { 943 "Symfony\\Polyfill\\Php72\\": "" 944 } 945 }, 946 "notification-url": "https://packagist.org/downloads/", 947 "license": [ 948 "MIT" 949 ], 950 "authors": [ 951 { 952 "name": "Nicolas Grekas", 953 "email": "[email protected]" 954 }, 955 { 956 "name": "Symfony Community", 957 "homepage": "https://symfony.com/contributors" 958 } 959 ], 960 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 961 "homepage": "https://symfony.com", 962 "keywords": [ 963 "compatibility", 964 "polyfill", 965 "portable", 966 "shim" 967 ], 968 "support": { 969 "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" 970 }, 971 "funding": [ 972 { 973 "url": "https://symfony.com/sponsor", 974 "type": "custom" 975 }, 976 { 977 "url": "https://github.com/fabpot", 978 "type": "github" 979 }, 980 { 981 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 982 "type": "tidelift" 983 } 984 ], 985 "time": "2022-11-03T14:55:06+00:00" 986 } 987 ], 988 "packages-dev": [], 989 "aliases": [], 990 "minimum-stability": "stable", 991 "stability-flags": [], 992 "prefer-stable": false, 993 "prefer-lowest": false, 994 "platform": { 995 "php": ">=7.4", 996 "ext-dom": "*", 997 "ext-filter": "*", 998 "ext-hash": "*", 999 "ext-pcre": "*", 1000 "ext-pdo": "*", 1001 "ext-pdo_mysql": "*" 1002 }, 1003 "platform-dev": { 1004 "ext-ctype": "*" 1005 }, 1006 "platform-overrides": { 1007 "php": "7.4.0" 1008 }, 1009 "plugin-api-version": "2.3.0" 1010 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Feb 21 05:10:02 2025 | Cross-referenced by PHPXref 0.7.1 |