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.4KB

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