composer.lock 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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": "5639a09feff2318b1b69e11a10a81e7d",
  8. "packages": [
  9. {
  10. "name": "icewind/smb",
  11. "version": "v3.1.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/icewind1991/SMB.git",
  15. "reference": "26b7b8780342d0e61313b464b880d50a2ea898e2"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/icewind1991/SMB/zipball/26b7b8780342d0e61313b464b880d50a2ea898e2",
  20. "reference": "26b7b8780342d0e61313b464b880d50a2ea898e2",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "icewind/streams": ">=0.2.0",
  25. "php": ">=5.6"
  26. },
  27. "require-dev": {
  28. "friendsofphp/php-cs-fixer": "^2.13",
  29. "phpunit/phpunit": "^5.7"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-4": {
  34. "Icewind\\SMB\\": "src/",
  35. "Icewind\\SMB\\Test\\": "tests/"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Robin Appelman",
  45. "email": "icewind@owncloud.com"
  46. }
  47. ],
  48. "description": "php wrapper for smbclient and libsmbclient-php",
  49. "time": "2019-03-04T15:02:42+00:00"
  50. },
  51. {
  52. "name": "icewind/streams",
  53. "version": "v0.7.1",
  54. "source": {
  55. "type": "git",
  56. "url": "https://github.com/icewind1991/Streams.git",
  57. "reference": "4db3ed6c366e90b958d00e1d4c6360a9b39b2121"
  58. },
  59. "dist": {
  60. "type": "zip",
  61. "url": "https://api.github.com/repos/icewind1991/Streams/zipball/4db3ed6c366e90b958d00e1d4c6360a9b39b2121",
  62. "reference": "4db3ed6c366e90b958d00e1d4c6360a9b39b2121",
  63. "shasum": ""
  64. },
  65. "require": {
  66. "php": ">=5.3"
  67. },
  68. "require-dev": {
  69. "phpunit/phpunit": "^4.8",
  70. "satooshi/php-coveralls": "v1.0.0"
  71. },
  72. "type": "library",
  73. "autoload": {
  74. "psr-4": {
  75. "Icewind\\Streams\\Tests\\": "tests/",
  76. "Icewind\\Streams\\": "src/"
  77. }
  78. },
  79. "notification-url": "https://packagist.org/downloads/",
  80. "license": [
  81. "MIT"
  82. ],
  83. "authors": [
  84. {
  85. "name": "Robin Appelman",
  86. "email": "icewind@owncloud.com"
  87. }
  88. ],
  89. "description": "A set of generic stream wrappers",
  90. "time": "2019-02-15T12:57:29+00:00"
  91. }
  92. ],
  93. "packages-dev": [],
  94. "aliases": [],
  95. "minimum-stability": "stable",
  96. "stability-flags": [],
  97. "prefer-stable": false,
  98. "prefer-lowest": false,
  99. "platform": [],
  100. "platform-dev": []
  101. }