composer.lock 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/WordPress/Requests.git",
  15. "reference": "b290dd974051bf1ead51d1947a5a56357e5b80ff"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/WordPress/Requests/zipball/b290dd974051bf1ead51d1947a5a56357e5b80ff",
  20. "reference": "b290dd974051bf1ead51d1947a5a56357e5b80ff",
  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. "type": "library",
  39. "autoload": {
  40. "files": [
  41. "library/Deprecated.php"
  42. ],
  43. "psr-4": {
  44. "WpOrg\\Requests\\": "src/"
  45. },
  46. "classmap": [
  47. "library/Requests.php"
  48. ]
  49. },
  50. "notification-url": "https://packagist.org/downloads/",
  51. "license": [
  52. "ISC"
  53. ],
  54. "authors": [
  55. {
  56. "name": "Ryan McCue",
  57. "homepage": "https://rmccue.io/"
  58. },
  59. {
  60. "name": "Alain Schlesser",
  61. "homepage": "https://github.com/schlessera"
  62. },
  63. {
  64. "name": "Juliette Reinders Folmer",
  65. "homepage": "https://github.com/jrfnl"
  66. },
  67. {
  68. "name": "Contributors",
  69. "homepage": "https://github.com/WordPress/Requests/graphs/contributors"
  70. }
  71. ],
  72. "description": "A HTTP library written in PHP, for human beings.",
  73. "homepage": "https://requests.ryanmccue.info/",
  74. "keywords": [
  75. "curl",
  76. "fsockopen",
  77. "http",
  78. "idna",
  79. "ipv6",
  80. "iri",
  81. "sockets"
  82. ],
  83. "support": {
  84. "docs": "https://requests.ryanmccue.info/",
  85. "issues": "https://github.com/WordPress/Requests/issues",
  86. "source": "https://github.com/WordPress/Requests"
  87. },
  88. "time": "2022-05-10T08:42:27+00:00"
  89. }
  90. ],
  91. "packages-dev": [],
  92. "aliases": [],
  93. "minimum-stability": "stable",
  94. "stability-flags": [],
  95. "prefer-stable": false,
  96. "prefer-lowest": false,
  97. "platform": {
  98. "php": ">=7.1"
  99. },
  100. "platform-dev": [],
  101. "plugin-api-version": "2.3.0"
  102. }