installed.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. [
  2. {
  3. "name": "icewind/smb",
  4. "version": "v1.1.0",
  5. "version_normalized": "1.1.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/icewind1991/SMB.git",
  9. "reference": "822f924967c68228555cea84ea44765f8e85c601"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/icewind1991/SMB/zipball/822f924967c68228555cea84ea44765f8e85c601",
  14. "reference": "822f924967c68228555cea84ea44765f8e85c601",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "icewind/streams": ">=0.2.0",
  19. "php": ">=5.3"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit": "^4.8",
  23. "satooshi/php-coveralls": "v1.0.0"
  24. },
  25. "time": "2016-04-26 13:26:39",
  26. "type": "library",
  27. "installation-source": "source",
  28. "autoload": {
  29. "psr-4": {
  30. "Icewind\\SMB\\": "src/",
  31. "Icewind\\SMB\\Test\\": "tests/"
  32. }
  33. },
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "MIT"
  37. ],
  38. "authors": [
  39. {
  40. "name": "Robin Appelman",
  41. "email": "icewind@owncloud.com"
  42. }
  43. ],
  44. "description": "php wrapper for smbclient and libsmbclient-php"
  45. },
  46. {
  47. "name": "icewind/streams",
  48. "version": "0.4.1",
  49. "version_normalized": "0.4.1.0",
  50. "source": {
  51. "type": "git",
  52. "url": "https://github.com/icewind1991/Streams.git",
  53. "reference": "d3620e8dc410c86c2ba55579803679c4e0b289ac"
  54. },
  55. "dist": {
  56. "type": "zip",
  57. "url": "https://api.github.com/repos/icewind1991/Streams/zipball/d3620e8dc410c86c2ba55579803679c4e0b289ac",
  58. "reference": "d3620e8dc410c86c2ba55579803679c4e0b289ac",
  59. "shasum": ""
  60. },
  61. "require": {
  62. "php": ">=5.3"
  63. },
  64. "require-dev": {
  65. "phpunit/phpunit": "^4.8",
  66. "satooshi/php-coveralls": "v1.0.0"
  67. },
  68. "time": "2016-06-02 14:37:52",
  69. "type": "library",
  70. "installation-source": "dist",
  71. "autoload": {
  72. "psr-4": {
  73. "Icewind\\Streams\\Tests\\": "tests/",
  74. "Icewind\\Streams\\": "src/"
  75. }
  76. },
  77. "notification-url": "https://packagist.org/downloads/",
  78. "license": [
  79. "MIT"
  80. ],
  81. "authors": [
  82. {
  83. "name": "Robin Appelman",
  84. "email": "icewind@owncloud.com"
  85. }
  86. ],
  87. "description": "A set of generic stream wrappers"
  88. }
  89. ]