composer.lock 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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": "0e9868a816da68c50ceb0f080e96fe30",
  8. "packages": [
  9. {
  10. "name": "rmccue/requests",
  11. "version": "v1.8.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/WordPress/Requests.git",
  15. "reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/WordPress/Requests/zipball/afbe4790e4def03581c4a0963a1e8aa01f6030f1",
  20. "reference": "afbe4790e4def03581c4a0963a1e8aa01f6030f1",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.2"
  25. },
  26. "require-dev": {
  27. "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
  28. "php-parallel-lint/php-console-highlighter": "^0.5.0",
  29. "php-parallel-lint/php-parallel-lint": "^1.3",
  30. "phpcompatibility/php-compatibility": "^9.0",
  31. "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5",
  32. "requests/test-server": "dev-master",
  33. "squizlabs/php_codesniffer": "^3.5",
  34. "wp-coding-standards/wpcs": "^2.0"
  35. },
  36. "type": "library",
  37. "autoload": {
  38. "psr-0": {
  39. "Requests": "library/"
  40. }
  41. },
  42. "notification-url": "https://packagist.org/downloads/",
  43. "license": [
  44. "ISC"
  45. ],
  46. "authors": [
  47. {
  48. "name": "Ryan McCue",
  49. "homepage": "http://ryanmccue.info"
  50. }
  51. ],
  52. "description": "A HTTP library written in PHP, for human beings.",
  53. "homepage": "http://github.com/WordPress/Requests",
  54. "keywords": [
  55. "curl",
  56. "fsockopen",
  57. "http",
  58. "idna",
  59. "ipv6",
  60. "iri",
  61. "sockets"
  62. ],
  63. "support": {
  64. "issues": "https://github.com/WordPress/Requests/issues",
  65. "source": "https://github.com/WordPress/Requests/tree/v1.8.0"
  66. },
  67. "time": "2021-04-27T11:05:25+00:00"
  68. }
  69. ],
  70. "packages-dev": [],
  71. "aliases": [],
  72. "minimum-stability": "stable",
  73. "stability-flags": [],
  74. "prefer-stable": false,
  75. "prefer-lowest": false,
  76. "platform": {
  77. "php": ">=7.1"
  78. },
  79. "platform-dev": [],
  80. "plugin-api-version": "2.0.0"
  81. }