composer.lock 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "2225d0ea176758d08334df05129c0fd4",
  8. "content-hash": "f7c596d81d496d28405b795b98ad7976",
  9. "packages": [
  10. {
  11. "name": "rmccue/requests",
  12. "version": "v1.7.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/rmccue/Requests.git",
  16. "reference": "87932f52ffad70504d93f04f15690cf16a089546"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
  21. "reference": "87932f52ffad70504d93f04f15690cf16a089546",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.2"
  26. },
  27. "require-dev": {
  28. "requests/test-server": "dev-master"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-0": {
  33. "Requests": "library/"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "ISC"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Ryan McCue",
  43. "homepage": "http://ryanmccue.info"
  44. }
  45. ],
  46. "description": "A HTTP library written in PHP, for human beings.",
  47. "homepage": "http://github.com/rmccue/Requests",
  48. "keywords": [
  49. "curl",
  50. "fsockopen",
  51. "http",
  52. "idna",
  53. "ipv6",
  54. "iri",
  55. "sockets"
  56. ],
  57. "time": "2016-10-13 00:11:37"
  58. }
  59. ],
  60. "packages-dev": [],
  61. "aliases": [],
  62. "minimum-stability": "stable",
  63. "stability-flags": [],
  64. "prefer-stable": false,
  65. "prefer-lowest": false,
  66. "platform": {
  67. "php": ">=7.0"
  68. },
  69. "platform-dev": []
  70. }