composer.lock 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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": "1419e286d2372dfbce44dd73ddbab2ff",
  8. "packages": [
  9. {
  10. "name": "icewind/smb",
  11. "version": "v3.5.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/icewind1991/SMB.git",
  15. "reference": "76995aa11c14e39bccd0f2370ed63b2f8f623a6d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/icewind1991/SMB/zipball/76995aa11c14e39bccd0f2370ed63b2f8f623a6d",
  20. "reference": "76995aa11c14e39bccd0f2370ed63b2f8f623a6d",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "icewind/streams": ">=0.7.3",
  25. "php": ">=7.2"
  26. },
  27. "require-dev": {
  28. "friendsofphp/php-cs-fixer": "^2.16",
  29. "phpstan/phpstan": "^0.12.57",
  30. "phpunit/phpunit": "^8.5|^9.3.8",
  31. "psalm/phar": "^4.3"
  32. },
  33. "type": "library",
  34. "autoload": {
  35. "psr-4": {
  36. "Icewind\\SMB\\": "src/"
  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. "support": {
  51. "issues": "https://github.com/icewind1991/SMB/issues",
  52. "source": "https://github.com/icewind1991/SMB/tree/v3.5.4"
  53. },
  54. "time": "2022-05-30T15:18:19+00:00"
  55. },
  56. {
  57. "name": "icewind/streams",
  58. "version": "v0.7.7",
  59. "source": {
  60. "type": "git",
  61. "url": "https://github.com/icewind1991/Streams.git",
  62. "reference": "64200fd7cfcc7f550c3c695c48d8fd8bba97fecb"
  63. },
  64. "dist": {
  65. "type": "zip",
  66. "url": "https://api.github.com/repos/icewind1991/Streams/zipball/64200fd7cfcc7f550c3c695c48d8fd8bba97fecb",
  67. "reference": "64200fd7cfcc7f550c3c695c48d8fd8bba97fecb",
  68. "shasum": ""
  69. },
  70. "require": {
  71. "php": ">=7.1"
  72. },
  73. "require-dev": {
  74. "friendsofphp/php-cs-fixer": "^2",
  75. "phpstan/phpstan": "^0.12",
  76. "phpunit/phpunit": "^9"
  77. },
  78. "type": "library",
  79. "autoload": {
  80. "psr-4": {
  81. "Icewind\\Streams\\": "src/"
  82. }
  83. },
  84. "notification-url": "https://packagist.org/downloads/",
  85. "license": [
  86. "MIT"
  87. ],
  88. "authors": [
  89. {
  90. "name": "Robin Appelman",
  91. "email": "icewind@owncloud.com"
  92. }
  93. ],
  94. "description": "A set of generic stream wrappers",
  95. "support": {
  96. "issues": "https://github.com/icewind1991/Streams/issues",
  97. "source": "https://github.com/icewind1991/Streams/tree/v0.7.7"
  98. },
  99. "time": "2023-03-16T14:52:25+00:00"
  100. }
  101. ],
  102. "packages-dev": [],
  103. "aliases": [],
  104. "minimum-stability": "stable",
  105. "stability-flags": [],
  106. "prefer-stable": false,
  107. "prefer-lowest": false,
  108. "platform": [],
  109. "platform-dev": [],
  110. "plugin-api-version": "2.3.0"
  111. }