[ 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": "0c97edf54011e45987134a05ae1f2971", 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.1", 69 "source": { 70 "type": "git", 71 "url": "https://github.com/composer/ca-bundle.git", 72 "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b" 73 }, 74 "dist": { 75 "type": "zip", 76 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", 77 "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", 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": "j.boggiano@seld.be", 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.1" 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": "2021-10-28T20:44:15+00:00" 141 }, 142 { 143 "name": "geoip2/geoip2", 144 "version": "v2.12.2", 145 "source": { 146 "type": "git", 147 "url": "https://github.com/maxmind/GeoIP2-php.git", 148 "reference": "83adb44ac4b9553d36b579a14673ed124583082f" 149 }, 150 "dist": { 151 "type": "zip", 152 "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/83adb44ac4b9553d36b579a14673ed124583082f", 153 "reference": "83adb44ac4b9553d36b579a14673ed124583082f", 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": "goschwald@maxmind.com", 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.12.2" 197 }, 198 "time": "2021-11-30T18:15:25+00:00" 199 }, 200 { 201 "name": "jakeasmith/http_build_url", 202 "version": "1.0.1", 203 "source": { 204 "type": "git", 205 "url": "https://github.com/jakeasmith/http_build_url.git", 206 "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37" 207 }, 208 "dist": { 209 "type": "zip", 210 "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37", 211 "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37", 212 "shasum": "" 213 }, 214 "type": "library", 215 "autoload": { 216 "files": [ 217 "src/http_build_url.php" 218 ] 219 }, 220 "notification-url": "https://packagist.org/downloads/", 221 "license": [ 222 "MIT" 223 ], 224 "authors": [ 225 { 226 "name": "Jake A. Smith", 227 "email": "theman@jakeasmith.com" 228 } 229 ], 230 "description": "Provides functionality for http_build_url() to environments without pecl_http.", 231 "support": { 232 "issues": "https://github.com/jakeasmith/http_build_url/issues", 233 "source": "https://github.com/jakeasmith/http_build_url" 234 }, 235 "time": "2017-05-01T15:36:40+00:00" 236 }, 237 { 238 "name": "maxmind-db/reader", 239 "version": "v1.11.0", 240 "source": { 241 "type": "git", 242 "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", 243 "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b" 244 }, 245 "dist": { 246 "type": "zip", 247 "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b", 248 "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b", 249 "shasum": "" 250 }, 251 "require": { 252 "php": ">=7.2" 253 }, 254 "conflict": { 255 "ext-maxminddb": "<1.10.1,>=2.0.0" 256 }, 257 "require-dev": { 258 "friendsofphp/php-cs-fixer": "3.*", 259 "php-coveralls/php-coveralls": "^2.1", 260 "phpstan/phpstan": "*", 261 "phpunit/phpcov": ">=6.0.0", 262 "phpunit/phpunit": ">=8.0.0,<10.0.0", 263 "squizlabs/php_codesniffer": "3.*" 264 }, 265 "suggest": { 266 "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", 267 "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", 268 "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" 269 }, 270 "type": "library", 271 "autoload": { 272 "psr-4": { 273 "MaxMind\\Db\\": "src/MaxMind/Db" 274 } 275 }, 276 "notification-url": "https://packagist.org/downloads/", 277 "license": [ 278 "Apache-2.0" 279 ], 280 "authors": [ 281 { 282 "name": "Gregory J. Oschwald", 283 "email": "goschwald@maxmind.com", 284 "homepage": "https://www.maxmind.com/" 285 } 286 ], 287 "description": "MaxMind DB Reader API", 288 "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php", 289 "keywords": [ 290 "database", 291 "geoip", 292 "geoip2", 293 "geolocation", 294 "maxmind" 295 ], 296 "support": { 297 "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues", 298 "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0" 299 }, 300 "time": "2021-10-18T15:23:10+00:00" 301 }, 302 { 303 "name": "maxmind/web-service-common", 304 "version": "v0.9.0", 305 "source": { 306 "type": "git", 307 "url": "https://github.com/maxmind/web-service-common-php.git", 308 "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53" 309 }, 310 "dist": { 311 "type": "zip", 312 "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53", 313 "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53", 314 "shasum": "" 315 }, 316 "require": { 317 "composer/ca-bundle": "^1.0.3", 318 "ext-curl": "*", 319 "ext-json": "*", 320 "php": ">=7.2" 321 }, 322 "require-dev": { 323 "friendsofphp/php-cs-fixer": "3.*", 324 "phpstan/phpstan": "*", 325 "phpunit/phpunit": "^8.0 || ^9.0", 326 "squizlabs/php_codesniffer": "3.*" 327 }, 328 "type": "library", 329 "autoload": { 330 "psr-4": { 331 "MaxMind\\Exception\\": "src/Exception", 332 "MaxMind\\WebService\\": "src/WebService" 333 } 334 }, 335 "notification-url": "https://packagist.org/downloads/", 336 "license": [ 337 "Apache-2.0" 338 ], 339 "authors": [ 340 { 341 "name": "Gregory Oschwald", 342 "email": "goschwald@maxmind.com" 343 } 344 ], 345 "description": "Internal MaxMind Web Service API", 346 "homepage": "https://github.com/maxmind/web-service-common-php", 347 "support": { 348 "issues": "https://github.com/maxmind/web-service-common-php/issues", 349 "source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0" 350 }, 351 "time": "2022-03-28T17:43:20+00:00" 352 }, 353 { 354 "name": "ozh/bookmarkletgen", 355 "version": "1.2", 356 "source": { 357 "type": "git", 358 "url": "https://github.com/ozh/bookmarkletgen.git", 359 "reference": "3319b53c493a1474a03d1cc4e087617652284c20" 360 }, 361 "dist": { 362 "type": "zip", 363 "url": "https://api.github.com/repos/ozh/bookmarkletgen/zipball/3319b53c493a1474a03d1cc4e087617652284c20", 364 "reference": "3319b53c493a1474a03d1cc4e087617652284c20", 365 "shasum": "" 366 }, 367 "require": { 368 "php": ">=5.3" 369 }, 370 "type": "library", 371 "autoload": { 372 "psr-0": { 373 "Ozh\\Bookmarkletgen\\": "src/" 374 } 375 }, 376 "notification-url": "https://packagist.org/downloads/", 377 "license": [ 378 "MIT" 379 ], 380 "authors": [ 381 { 382 "name": "Ozh", 383 "homepage": "http://ozh.org/" 384 } 385 ], 386 "description": "PHP class to convert JS into valid bookmarklet links", 387 "homepage": "https://github.com/ozh/bookmarkletgen", 388 "keywords": [ 389 "bookmarklet", 390 "javascript" 391 ], 392 "support": { 393 "issues": "https://github.com/ozh/bookmarkletgen/issues", 394 "source": "https://github.com/ozh/bookmarkletgen/tree/master" 395 }, 396 "time": "2017-05-18T12:46:21+00:00" 397 }, 398 { 399 "name": "pomo/pomo", 400 "version": "v1.4.1", 401 "source": { 402 "type": "git", 403 "url": "https://github.com/LeoColomb/pomo.git", 404 "reference": "1594bd1f90c89a45ffc3da2ee6d5d582bfac7542" 405 }, 406 "dist": { 407 "type": "zip", 408 "url": "https://api.github.com/repos/LeoColomb/pomo/zipball/1594bd1f90c89a45ffc3da2ee6d5d582bfac7542", 409 "reference": "1594bd1f90c89a45ffc3da2ee6d5d582bfac7542", 410 "shasum": "" 411 }, 412 "require": { 413 "php": ">=5.3.0" 414 }, 415 "require-dev": { 416 "phpunit/phpunit": ">=4.0", 417 "squizlabs/php_codesniffer": "^3.0 || ^2.9.1" 418 }, 419 "type": "library", 420 "autoload": { 421 "psr-4": { 422 "POMO\\": "src" 423 } 424 }, 425 "notification-url": "https://packagist.org/downloads/", 426 "license": [ 427 "GPL-2.0+" 428 ], 429 "authors": [ 430 { 431 "name": "WordPress", 432 "homepage": "https://wordpress.org", 433 "role": "Author" 434 }, 435 { 436 "name": "Léo Colombaro", 437 "homepage": "https://colombaro.fr", 438 "role": "Maintainer" 439 } 440 ], 441 "description": "Gettext library to translate with I18n", 442 "homepage": "https://github.com/LeoColomb/pomo", 443 "keywords": [ 444 "gettext", 445 "i18n", 446 "internationalization", 447 "localization", 448 "translation" 449 ], 450 "support": { 451 "issues": "https://github.com/LeoColomb/pomo/issues", 452 "source": "https://github.com/LeoColomb/pomo/tree/master" 453 }, 454 "time": "2018-12-20T14:55:38+00:00" 455 }, 456 { 457 "name": "psr/log", 458 "version": "1.1.4", 459 "source": { 460 "type": "git", 461 "url": "https://github.com/php-fig/log.git", 462 "reference": "d49695b909c3b7628b6289db5479a1c204601f11" 463 }, 464 "dist": { 465 "type": "zip", 466 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", 467 "reference": "d49695b909c3b7628b6289db5479a1c204601f11", 468 "shasum": "" 469 }, 470 "require": { 471 "php": ">=5.3.0" 472 }, 473 "type": "library", 474 "extra": { 475 "branch-alias": { 476 "dev-master": "1.1.x-dev" 477 } 478 }, 479 "autoload": { 480 "psr-4": { 481 "Psr\\Log\\": "Psr/Log/" 482 } 483 }, 484 "notification-url": "https://packagist.org/downloads/", 485 "license": [ 486 "MIT" 487 ], 488 "authors": [ 489 { 490 "name": "PHP-FIG", 491 "homepage": "https://www.php-fig.org/" 492 } 493 ], 494 "description": "Common interface for logging libraries", 495 "homepage": "https://github.com/php-fig/log", 496 "keywords": [ 497 "log", 498 "psr", 499 "psr-3" 500 ], 501 "support": { 502 "source": "https://github.com/php-fig/log/tree/1.1.4" 503 }, 504 "time": "2021-05-03T11:20:27+00:00" 505 }, 506 { 507 "name": "rmccue/requests", 508 "version": "2.0.2", 509 "source": { 510 "type": "git", 511 "url": "https://github.com/WordPress/Requests.git", 512 "reference": "b01ce7c91657d604f298751686d7f5eec87b9493" 513 }, 514 "dist": { 515 "type": "zip", 516 "url": "https://api.github.com/repos/WordPress/Requests/zipball/b01ce7c91657d604f298751686d7f5eec87b9493", 517 "reference": "b01ce7c91657d604f298751686d7f5eec87b9493", 518 "shasum": "" 519 }, 520 "require": { 521 "ext-json": "*", 522 "php": ">=5.6" 523 }, 524 "require-dev": { 525 "dealerdirect/phpcodesniffer-composer-installer": "^0.7", 526 "php-parallel-lint/php-console-highlighter": "^0.5.0", 527 "php-parallel-lint/php-parallel-lint": "^1.3.1", 528 "phpcompatibility/php-compatibility": "^9.0", 529 "requests/test-server": "dev-main", 530 "roave/security-advisories": "dev-latest", 531 "squizlabs/php_codesniffer": "^3.6", 532 "wp-coding-standards/wpcs": "^2.0", 533 "yoast/phpunit-polyfills": "^1.0.0" 534 }, 535 "type": "library", 536 "autoload": { 537 "files": [ 538 "library/Deprecated.php" 539 ], 540 "psr-4": { 541 "WpOrg\\Requests\\": "src/" 542 }, 543 "classmap": [ 544 "library/Requests.php" 545 ] 546 }, 547 "notification-url": "https://packagist.org/downloads/", 548 "license": [ 549 "ISC" 550 ], 551 "authors": [ 552 { 553 "name": "Ryan McCue", 554 "homepage": "https://rmccue.io/" 555 }, 556 { 557 "name": "Alain Schlesser", 558 "homepage": "https://github.com/schlessera" 559 }, 560 { 561 "name": "Juliette Reinders Folmer", 562 "homepage": "https://github.com/jrfnl" 563 }, 564 { 565 "name": "Contributors", 566 "homepage": "https://github.com/WordPress/Requests/graphs/contributors" 567 } 568 ], 569 "description": "A HTTP library written in PHP, for human beings.", 570 "homepage": "https://requests.ryanmccue.info/", 571 "keywords": [ 572 "curl", 573 "fsockopen", 574 "http", 575 "idna", 576 "ipv6", 577 "iri", 578 "sockets" 579 ], 580 "support": { 581 "docs": "https://requests.ryanmccue.info/", 582 "issues": "https://github.com/WordPress/Requests/issues", 583 "source": "https://github.com/WordPress/Requests" 584 }, 585 "time": "2022-03-28T15:37:07+00:00" 586 }, 587 { 588 "name": "spatie/array-to-xml", 589 "version": "2.16.0", 590 "source": { 591 "type": "git", 592 "url": "https://github.com/spatie/array-to-xml.git", 593 "reference": "db39308c5236b69b89cadc3f44f191704814eae2" 594 }, 595 "dist": { 596 "type": "zip", 597 "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/db39308c5236b69b89cadc3f44f191704814eae2", 598 "reference": "db39308c5236b69b89cadc3f44f191704814eae2", 599 "shasum": "" 600 }, 601 "require": { 602 "ext-dom": "*", 603 "php": "^7.4|^8.0" 604 }, 605 "require-dev": { 606 "mockery/mockery": "^1.2", 607 "phpunit/phpunit": "^9.0", 608 "spatie/phpunit-snapshot-assertions": "^4.2" 609 }, 610 "type": "library", 611 "autoload": { 612 "psr-4": { 613 "Spatie\\ArrayToXml\\": "src" 614 } 615 }, 616 "notification-url": "https://packagist.org/downloads/", 617 "license": [ 618 "MIT" 619 ], 620 "authors": [ 621 { 622 "name": "Freek Van der Herten", 623 "email": "freek@spatie.be", 624 "homepage": "https://freek.dev", 625 "role": "Developer" 626 } 627 ], 628 "description": "Convert an array to xml", 629 "homepage": "https://github.com/spatie/array-to-xml", 630 "keywords": [ 631 "array", 632 "convert", 633 "xml" 634 ], 635 "support": { 636 "issues": "https://github.com/spatie/array-to-xml/issues", 637 "source": "https://github.com/spatie/array-to-xml/tree/2.16.0" 638 }, 639 "funding": [ 640 { 641 "url": "https://spatie.be/open-source/support-us", 642 "type": "custom" 643 }, 644 { 645 "url": "https://github.com/spatie", 646 "type": "github" 647 } 648 ], 649 "time": "2020-11-18T22:03:17+00:00" 650 }, 651 { 652 "name": "symfony/polyfill-intl-idn", 653 "version": "v1.25.0", 654 "source": { 655 "type": "git", 656 "url": "https://github.com/symfony/polyfill-intl-idn.git", 657 "reference": "749045c69efb97c70d25d7463abba812e91f3a44" 658 }, 659 "dist": { 660 "type": "zip", 661 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", 662 "reference": "749045c69efb97c70d25d7463abba812e91f3a44", 663 "shasum": "" 664 }, 665 "require": { 666 "php": ">=7.1", 667 "symfony/polyfill-intl-normalizer": "^1.10", 668 "symfony/polyfill-php72": "^1.10" 669 }, 670 "suggest": { 671 "ext-intl": "For best performance" 672 }, 673 "type": "library", 674 "extra": { 675 "branch-alias": { 676 "dev-main": "1.23-dev" 677 }, 678 "thanks": { 679 "name": "symfony/polyfill", 680 "url": "https://github.com/symfony/polyfill" 681 } 682 }, 683 "autoload": { 684 "files": [ 685 "bootstrap.php" 686 ], 687 "psr-4": { 688 "Symfony\\Polyfill\\Intl\\Idn\\": "" 689 } 690 }, 691 "notification-url": "https://packagist.org/downloads/", 692 "license": [ 693 "MIT" 694 ], 695 "authors": [ 696 { 697 "name": "Laurent Bassin", 698 "email": "laurent@bassin.info" 699 }, 700 { 701 "name": "Trevor Rowbotham", 702 "email": "trevor.rowbotham@pm.me" 703 }, 704 { 705 "name": "Symfony Community", 706 "homepage": "https://symfony.com/contributors" 707 } 708 ], 709 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", 710 "homepage": "https://symfony.com", 711 "keywords": [ 712 "compatibility", 713 "idn", 714 "intl", 715 "polyfill", 716 "portable", 717 "shim" 718 ], 719 "support": { 720 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0" 721 }, 722 "funding": [ 723 { 724 "url": "https://symfony.com/sponsor", 725 "type": "custom" 726 }, 727 { 728 "url": "https://github.com/fabpot", 729 "type": "github" 730 }, 731 { 732 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 733 "type": "tidelift" 734 } 735 ], 736 "time": "2021-09-14T14:02:44+00:00" 737 }, 738 { 739 "name": "symfony/polyfill-intl-normalizer", 740 "version": "v1.25.0", 741 "source": { 742 "type": "git", 743 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 744 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" 745 }, 746 "dist": { 747 "type": "zip", 748 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", 749 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", 750 "shasum": "" 751 }, 752 "require": { 753 "php": ">=7.1" 754 }, 755 "suggest": { 756 "ext-intl": "For best performance" 757 }, 758 "type": "library", 759 "extra": { 760 "branch-alias": { 761 "dev-main": "1.23-dev" 762 }, 763 "thanks": { 764 "name": "symfony/polyfill", 765 "url": "https://github.com/symfony/polyfill" 766 } 767 }, 768 "autoload": { 769 "files": [ 770 "bootstrap.php" 771 ], 772 "psr-4": { 773 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 774 }, 775 "classmap": [ 776 "Resources/stubs" 777 ] 778 }, 779 "notification-url": "https://packagist.org/downloads/", 780 "license": [ 781 "MIT" 782 ], 783 "authors": [ 784 { 785 "name": "Nicolas Grekas", 786 "email": "p@tchwork.com" 787 }, 788 { 789 "name": "Symfony Community", 790 "homepage": "https://symfony.com/contributors" 791 } 792 ], 793 "description": "Symfony polyfill for intl's Normalizer class and related functions", 794 "homepage": "https://symfony.com", 795 "keywords": [ 796 "compatibility", 797 "intl", 798 "normalizer", 799 "polyfill", 800 "portable", 801 "shim" 802 ], 803 "support": { 804 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0" 805 }, 806 "funding": [ 807 { 808 "url": "https://symfony.com/sponsor", 809 "type": "custom" 810 }, 811 { 812 "url": "https://github.com/fabpot", 813 "type": "github" 814 }, 815 { 816 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 817 "type": "tidelift" 818 } 819 ], 820 "time": "2021-02-19T12:13:01+00:00" 821 }, 822 { 823 "name": "symfony/polyfill-mbstring", 824 "version": "v1.25.0", 825 "source": { 826 "type": "git", 827 "url": "https://github.com/symfony/polyfill-mbstring.git", 828 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" 829 }, 830 "dist": { 831 "type": "zip", 832 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", 833 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", 834 "shasum": "" 835 }, 836 "require": { 837 "php": ">=7.1" 838 }, 839 "provide": { 840 "ext-mbstring": "*" 841 }, 842 "suggest": { 843 "ext-mbstring": "For best performance" 844 }, 845 "type": "library", 846 "extra": { 847 "branch-alias": { 848 "dev-main": "1.23-dev" 849 }, 850 "thanks": { 851 "name": "symfony/polyfill", 852 "url": "https://github.com/symfony/polyfill" 853 } 854 }, 855 "autoload": { 856 "files": [ 857 "bootstrap.php" 858 ], 859 "psr-4": { 860 "Symfony\\Polyfill\\Mbstring\\": "" 861 } 862 }, 863 "notification-url": "https://packagist.org/downloads/", 864 "license": [ 865 "MIT" 866 ], 867 "authors": [ 868 { 869 "name": "Nicolas Grekas", 870 "email": "p@tchwork.com" 871 }, 872 { 873 "name": "Symfony Community", 874 "homepage": "https://symfony.com/contributors" 875 } 876 ], 877 "description": "Symfony polyfill for the Mbstring extension", 878 "homepage": "https://symfony.com", 879 "keywords": [ 880 "compatibility", 881 "mbstring", 882 "polyfill", 883 "portable", 884 "shim" 885 ], 886 "support": { 887 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" 888 }, 889 "funding": [ 890 { 891 "url": "https://symfony.com/sponsor", 892 "type": "custom" 893 }, 894 { 895 "url": "https://github.com/fabpot", 896 "type": "github" 897 }, 898 { 899 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 900 "type": "tidelift" 901 } 902 ], 903 "time": "2021-11-30T18:21:41+00:00" 904 }, 905 { 906 "name": "symfony/polyfill-php72", 907 "version": "v1.25.0", 908 "source": { 909 "type": "git", 910 "url": "https://github.com/symfony/polyfill-php72.git", 911 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" 912 }, 913 "dist": { 914 "type": "zip", 915 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", 916 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", 917 "shasum": "" 918 }, 919 "require": { 920 "php": ">=7.1" 921 }, 922 "type": "library", 923 "extra": { 924 "branch-alias": { 925 "dev-main": "1.23-dev" 926 }, 927 "thanks": { 928 "name": "symfony/polyfill", 929 "url": "https://github.com/symfony/polyfill" 930 } 931 }, 932 "autoload": { 933 "files": [ 934 "bootstrap.php" 935 ], 936 "psr-4": { 937 "Symfony\\Polyfill\\Php72\\": "" 938 } 939 }, 940 "notification-url": "https://packagist.org/downloads/", 941 "license": [ 942 "MIT" 943 ], 944 "authors": [ 945 { 946 "name": "Nicolas Grekas", 947 "email": "p@tchwork.com" 948 }, 949 { 950 "name": "Symfony Community", 951 "homepage": "https://symfony.com/contributors" 952 } 953 ], 954 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", 955 "homepage": "https://symfony.com", 956 "keywords": [ 957 "compatibility", 958 "polyfill", 959 "portable", 960 "shim" 961 ], 962 "support": { 963 "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0" 964 }, 965 "funding": [ 966 { 967 "url": "https://symfony.com/sponsor", 968 "type": "custom" 969 }, 970 { 971 "url": "https://github.com/fabpot", 972 "type": "github" 973 }, 974 { 975 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 976 "type": "tidelift" 977 } 978 ], 979 "time": "2021-05-27T09:17:38+00:00" 980 } 981 ], 982 "packages-dev": [], 983 "aliases": [], 984 "minimum-stability": "stable", 985 "stability-flags": [], 986 "prefer-stable": false, 987 "prefer-lowest": false, 988 "platform": { 989 "php": ">=7.4", 990 "ext-pdo": "*" 991 }, 992 "platform-dev": [], 993 "platform-overrides": { 994 "php": "7.4.0" 995 }, 996 "plugin-api-version": "2.3.0" 997 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sat Jul 2 05:10:01 2022 | Cross-referenced by PHPXref 0.7.1 |