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

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": "3b3638566fc1597d1a48c43e2a0da72a",
  8. "packages": [
  9. {
  10. "name": "icewind/smb",
  11. "version": "v3.2.6",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/icewind1991/SMB.git",
  15. "reference": "507b186800ac6c3b287604a4ff9b138cf430da79"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/icewind1991/SMB/zipball/507b186800ac6c3b287604a4ff9b138cf430da79",
  20. "reference": "507b186800ac6c3b287604a4ff9b138cf430da79",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "icewind/streams": ">=0.2.0",
  25. "php": ">=7.1"
  26. },
  27. "require-dev": {
  28. "friendsofphp/php-cs-fixer": "^2.13",
  29. "phpunit/phpunit": "^7.0"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-4": {
  34. "Icewind\\SMB\\": "src/"
  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": "2020-07-20T14:12:51+00:00"
  49. },
  50. {
  51. "name": "icewind/streams",
  52. "version": "v0.7.1",
  53. "source": {
  54. "type": "git",
  55. "url": "https://github.com/icewind1991/Streams.git",
  56. "reference": "4db3ed6c366e90b958d00e1d4c6360a9b39b2121"
  57. },
  58. "dist": {
  59. "type": "zip",
  60. "url": "https://api.github.com/repos/icewind1991/Streams/zipball/4db3ed6c366e90b958d00e1d4c6360a9b39b2121",
  61. "reference": "4db3ed6c366e90b958d00e1d4c6360a9b39b2121",
  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": "2019-02-15T12:57:29+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. "plugin-api-version": "1.1.0"
  101. }