composer.lock 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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": "55d65ecd209ff9bb30f393746ff9b81d",
  8. "packages": [
  9. {
  10. "name": "rmccue/requests",
  11. "version": "v2.0.14",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/WordPress/Requests.git",
  15. "reference": "9b228eef149e1752b037bf79cef4ca73a7b1fea1"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/WordPress/Requests/zipball/9b228eef149e1752b037bf79cef4ca73a7b1fea1",
  20. "reference": "9b228eef149e1752b037bf79cef4ca73a7b1fea1",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-json": "*",
  25. "php": ">=5.6"
  26. },
  27. "require-dev": {
  28. "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
  29. "php-parallel-lint/php-console-highlighter": "^0.5.0",
  30. "php-parallel-lint/php-parallel-lint": "^1.3.1",
  31. "phpcompatibility/php-compatibility": "^9.0",
  32. "requests/test-server": "dev-main",
  33. "roave/security-advisories": "dev-latest",
  34. "squizlabs/php_codesniffer": "^3.6",
  35. "wp-coding-standards/wpcs": "^2.0",
  36. "yoast/phpunit-polyfills": "^1.0.0"
  37. },
  38. "suggest": {
  39. "art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
  40. "ext-curl": "For improved performance",
  41. "ext-openssl": "For secure transport support",
  42. "ext-zlib": "For improved performance when decompressing encoded streams"
  43. },
  44. "type": "library",
  45. "autoload": {
  46. "files": [
  47. "library/Deprecated.php"
  48. ],
  49. "psr-4": {
  50. "WpOrg\\Requests\\": "src/"
  51. },
  52. "classmap": [
  53. "library/Requests.php"
  54. ]
  55. },
  56. "notification-url": "https://packagist.org/downloads/",
  57. "license": [
  58. "ISC"
  59. ],
  60. "authors": [
  61. {
  62. "name": "Ryan McCue",
  63. "homepage": "https://rmccue.io/"
  64. },
  65. {
  66. "name": "Alain Schlesser",
  67. "homepage": "https://github.com/schlessera"
  68. },
  69. {
  70. "name": "Juliette Reinders Folmer",
  71. "homepage": "https://github.com/jrfnl"
  72. },
  73. {
  74. "name": "Contributors",
  75. "homepage": "https://github.com/WordPress/Requests/graphs/contributors"
  76. }
  77. ],
  78. "description": "A HTTP library written in PHP, for human beings.",
  79. "homepage": "https://requests.ryanmccue.info/",
  80. "keywords": [
  81. "curl",
  82. "fsockopen",
  83. "http",
  84. "idna",
  85. "ipv6",
  86. "iri",
  87. "sockets"
  88. ],
  89. "support": {
  90. "docs": "https://requests.ryanmccue.info/",
  91. "issues": "https://github.com/WordPress/Requests/issues",
  92. "source": "https://github.com/WordPress/Requests"
  93. },
  94. "time": "2024-12-11T09:46:32+00:00"
  95. }
  96. ],
  97. "packages-dev": [],
  98. "aliases": [],
  99. "minimum-stability": "stable",
  100. "stability-flags": [],
  101. "prefer-stable": false,
  102. "prefer-lowest": false,
  103. "platform": {
  104. "php": ">=7.1"
  105. },
  106. "platform-dev": [],
  107. "plugin-api-version": "2.6.0"
  108. }