installed.json 2.7 KB

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