installed.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "packages": [
  3. {
  4. "name": "icewind/smb",
  5. "version": "v3.5.4",
  6. "version_normalized": "3.5.4.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/icewind1991/SMB.git",
  10. "reference": "76995aa11c14e39bccd0f2370ed63b2f8f623a6d"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/icewind1991/SMB/zipball/76995aa11c14e39bccd0f2370ed63b2f8f623a6d",
  15. "reference": "76995aa11c14e39bccd0f2370ed63b2f8f623a6d",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "icewind/streams": ">=0.7.3",
  20. "php": ">=7.2"
  21. },
  22. "require-dev": {
  23. "friendsofphp/php-cs-fixer": "^2.16",
  24. "phpstan/phpstan": "^0.12.57",
  25. "phpunit/phpunit": "^8.5|^9.3.8",
  26. "psalm/phar": "^4.3"
  27. },
  28. "time": "2022-05-30T15:18:19+00:00",
  29. "type": "library",
  30. "installation-source": "dist",
  31. "autoload": {
  32. "psr-4": {
  33. "Icewind\\SMB\\": "src/"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Robin Appelman",
  43. "email": "icewind@owncloud.com"
  44. }
  45. ],
  46. "description": "php wrapper for smbclient and libsmbclient-php",
  47. "support": {
  48. "issues": "https://github.com/icewind1991/SMB/issues",
  49. "source": "https://github.com/icewind1991/SMB/tree/v3.5.4"
  50. },
  51. "install-path": "../icewind/smb"
  52. },
  53. {
  54. "name": "icewind/streams",
  55. "version": "v0.7.7",
  56. "version_normalized": "0.7.7.0",
  57. "source": {
  58. "type": "git",
  59. "url": "https://github.com/icewind1991/Streams.git",
  60. "reference": "64200fd7cfcc7f550c3c695c48d8fd8bba97fecb"
  61. },
  62. "dist": {
  63. "type": "zip",
  64. "url": "https://api.github.com/repos/icewind1991/Streams/zipball/64200fd7cfcc7f550c3c695c48d8fd8bba97fecb",
  65. "reference": "64200fd7cfcc7f550c3c695c48d8fd8bba97fecb",
  66. "shasum": ""
  67. },
  68. "require": {
  69. "php": ">=7.1"
  70. },
  71. "require-dev": {
  72. "friendsofphp/php-cs-fixer": "^2",
  73. "phpstan/phpstan": "^0.12",
  74. "phpunit/phpunit": "^9"
  75. },
  76. "time": "2023-03-16T14:52:25+00:00",
  77. "type": "library",
  78. "installation-source": "dist",
  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. "install-path": "../icewind/streams"
  100. }
  101. ],
  102. "dev": true,
  103. "dev-package-names": []
  104. }