You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.lock 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. "content-hash": "85f8c3519f909ded38d917d3901f2709",
  8. "packages": [
  9. {
  10. "name": "icewind/smb",
  11. "version": "v2.0.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/icewind1991/SMB.git",
  15. "reference": "6691355d9314ac3a8cb9ec9446e4c26e8aab09d0"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/icewind1991/SMB/zipball/6691355d9314ac3a8cb9ec9446e4c26e8aab09d0",
  20. "reference": "6691355d9314ac3a8cb9ec9446e4c26e8aab09d0",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "icewind/streams": ">=0.2.0",
  25. "php": ">=5.4"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "^4.8"
  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": "2017-08-16T16:08:57+00:00"
  49. },
  50. {
  51. "name": "icewind/streams",
  52. "version": "0.5.2",
  53. "source": {
  54. "type": "git",
  55. "url": "https://github.com/icewind1991/Streams.git",
  56. "reference": "6bfd2fdbd99319f5e010d0a684409189a562cb1e"
  57. },
  58. "dist": {
  59. "type": "zip",
  60. "url": "https://api.github.com/repos/icewind1991/Streams/zipball/6bfd2fdbd99319f5e010d0a684409189a562cb1e",
  61. "reference": "6bfd2fdbd99319f5e010d0a684409189a562cb1e",
  62. "shasum": ""
  63. },
  64. "require": {
  65. "php": ">=5.3"
  66. },
  67. "require-dev": {
  68. "phpunit/phpunit": "^4.8",
  69. "satooshi/php-coveralls": "v1.0.0"
  70. },
  71. "type": "library",
  72. "autoload": {
  73. "psr-4": {
  74. "Icewind\\Streams\\Tests\\": "tests/",
  75. "Icewind\\Streams\\": "src/"
  76. }
  77. },
  78. "notification-url": "https://packagist.org/downloads/",
  79. "license": [
  80. "MIT"
  81. ],
  82. "authors": [
  83. {
  84. "name": "Robin Appelman",
  85. "email": "icewind@owncloud.com"
  86. }
  87. ],
  88. "description": "A set of generic stream wrappers",
  89. "time": "2016-12-02T14:21:23+00:00"
  90. }
  91. ],
  92. "packages-dev": [],
  93. "aliases": [],
  94. "minimum-stability": "stable",
  95. "stability-flags": [],
  96. "prefer-stable": false,
  97. "prefer-lowest": false,
  98. "platform": [],
  99. "platform-dev": []
  100. }