composer.lock 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "7b46d64e33feb600c5f0ec830b211e6f",
  8. "packages": [
  9. {
  10. "name": "icewind/smb",
  11. "version": "v1.0.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/icewind1991/SMB.git",
  15. "reference": "8041bc1960bf2da94e60b88b34e5c78300eac476"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/icewind1991/SMB/zipball/8041bc1960bf2da94e60b88b34e5c78300eac476",
  20. "reference": "8041bc1960bf2da94e60b88b34e5c78300eac476",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "icewind/streams": "0.2.*",
  25. "php": ">=5.3"
  26. },
  27. "require-dev": {
  28. "satooshi/php-coveralls": "dev-master"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "psr-4": {
  33. "Icewind\\SMB\\": "src/",
  34. "Icewind\\SMB\\Test\\": "tests/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Robin Appelman",
  44. "email": "icewind@owncloud.com"
  45. }
  46. ],
  47. "description": "php wrapper for smbclient and libsmbclient-php",
  48. "time": "2015-04-20 11:16:24"
  49. },
  50. {
  51. "name": "icewind/streams",
  52. "version": "0.2",
  53. "source": {
  54. "type": "git",
  55. "url": "https://github.com/icewind1991/Streams.git",
  56. "reference": "5aae45f2ddd3d1a6e2a496dd5d1e7857bfeb605a"
  57. },
  58. "dist": {
  59. "type": "zip",
  60. "url": "https://api.github.com/repos/icewind1991/Streams/zipball/5aae45f2ddd3d1a6e2a496dd5d1e7857bfeb605a",
  61. "reference": "5aae45f2ddd3d1a6e2a496dd5d1e7857bfeb605a",
  62. "shasum": ""
  63. },
  64. "require": {
  65. "php": ">=5.3"
  66. },
  67. "require-dev": {
  68. "satooshi/php-coveralls": "dev-master"
  69. },
  70. "type": "library",
  71. "autoload": {
  72. "psr-4": {
  73. "Icewind\\Streams\\Tests\\": "tests/",
  74. "Icewind\\Streams\\": "src/"
  75. }
  76. },
  77. "notification-url": "https://packagist.org/downloads/",
  78. "license": [
  79. "MIT"
  80. ],
  81. "authors": [
  82. {
  83. "name": "Robin Appelman",
  84. "email": "icewind@owncloud.com"
  85. }
  86. ],
  87. "description": "A set of generic stream wrappers",
  88. "time": "2014-07-30 23:46:15"
  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. "platform-dev": []
  99. }