installed.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. [
  2. {
  3. "name": "piwik/ini",
  4. "version": "1.0.8",
  5. "version_normalized": "1.0.8.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/matomo-org/component-ini.git",
  9. "reference": "663d4fdedd8f344407fd1599e623f41912fe2ebd"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/matomo-org/component-ini/zipball/663d4fdedd8f344407fd1599e623f41912fe2ebd",
  14. "reference": "663d4fdedd8f344407fd1599e623f41912fe2ebd",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.3"
  19. },
  20. "require-dev": {
  21. "athletic/athletic": "0.1.*",
  22. "phpunit/phpunit": "~4.0"
  23. },
  24. "time": "2019-12-21T20:06:47+00:00",
  25. "type": "library",
  26. "installation-source": "dist",
  27. "autoload": {
  28. "psr-4": {
  29. "Piwik\\Ini\\": "src/"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "LGPL-3.0"
  35. ],
  36. "abandoned": "matomo/ini"
  37. },
  38. {
  39. "name": "mso/idna-convert",
  40. "version": "v1.1.0",
  41. "version_normalized": "1.1.0.0",
  42. "source": {
  43. "type": "git",
  44. "url": "https://github.com/algo26-matthias/idna-convert.git",
  45. "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573"
  46. },
  47. "dist": {
  48. "type": "zip",
  49. "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/a6dfb6f87611e3a89d2eec4924a0f51db755c573",
  50. "reference": "a6dfb6f87611e3a89d2eec4924a0f51db755c573",
  51. "shasum": ""
  52. },
  53. "require": {
  54. "ext-pcre": "*",
  55. "php": ">=5.6.0"
  56. },
  57. "time": "2016-06-19T18:08:43+00:00",
  58. "type": "library",
  59. "extra": {
  60. "branch-alias": {
  61. "dev-master": "1.0.x-dev"
  62. }
  63. },
  64. "installation-source": "dist",
  65. "autoload": {
  66. "psr-4": {
  67. "Mso\\IdnaConvert\\": "src"
  68. }
  69. },
  70. "notification-url": "https://packagist.org/downloads/",
  71. "license": [
  72. "LGPL-2.1+"
  73. ],
  74. "authors": [
  75. {
  76. "name": "Matthias Sommerfeld",
  77. "email": "mso@phlylabs.de",
  78. "role": "Developer"
  79. }
  80. ],
  81. "description": "A library for encoding and decoding internationalized domain names",
  82. "homepage": "http://idnaconv.net/",
  83. "keywords": [
  84. "idn",
  85. "idna",
  86. "php"
  87. ],
  88. "abandoned": "algo26-matthias/idna-convert"
  89. },
  90. {
  91. "name": "adbario/php-dot-notation",
  92. "version": "2.2.0",
  93. "version_normalized": "2.2.0.0",
  94. "source": {
  95. "type": "git",
  96. "url": "https://github.com/adbario/php-dot-notation.git",
  97. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e"
  98. },
  99. "dist": {
  100. "type": "zip",
  101. "url": "https://api.github.com/repos/adbario/php-dot-notation/zipball/eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  102. "reference": "eee4fc81296531e6aafba4c2bbccfc5adab1676e",
  103. "shasum": ""
  104. },
  105. "require": {
  106. "ext-json": "*",
  107. "php": ">=5.5"
  108. },
  109. "require-dev": {
  110. "phpunit/phpunit": "^4.0|^5.0|^6.0",
  111. "squizlabs/php_codesniffer": "^3.0"
  112. },
  113. "time": "2019-01-01T23:59:15+00:00",
  114. "type": "library",
  115. "installation-source": "dist",
  116. "autoload": {
  117. "files": [
  118. "src/helpers.php"
  119. ],
  120. "psr-4": {
  121. "Adbar\\": "src"
  122. }
  123. },
  124. "notification-url": "https://packagist.org/downloads/",
  125. "license": [
  126. "MIT"
  127. ],
  128. "authors": [
  129. {
  130. "name": "Riku Särkinen",
  131. "email": "riku@adbar.io"
  132. }
  133. ],
  134. "description": "PHP dot notation access to arrays",
  135. "homepage": "https://github.com/adbario/php-dot-notation",
  136. "keywords": [
  137. "ArrayAccess",
  138. "dotnotation"
  139. ]
  140. },
  141. {
  142. "name": "rappasoft/laravel-helpers",
  143. "version": "1.0.2",
  144. "version_normalized": "1.0.2.0",
  145. "source": {
  146. "type": "git",
  147. "url": "https://github.com/rappasoft/laravel-helpers.git",
  148. "reference": "c8dfa1e979437528262725ebe99c2e6383b24c16"
  149. },
  150. "dist": {
  151. "type": "zip",
  152. "url": "https://api.github.com/repos/rappasoft/laravel-helpers/zipball/c8dfa1e979437528262725ebe99c2e6383b24c16",
  153. "reference": "c8dfa1e979437528262725ebe99c2e6383b24c16",
  154. "shasum": ""
  155. },
  156. "require": {
  157. "php": ">=5.4.0"
  158. },
  159. "time": "2019-04-03T13:15:59+00:00",
  160. "type": "library",
  161. "installation-source": "dist",
  162. "autoload": {
  163. "files": [
  164. "src/helpers.php"
  165. ]
  166. },
  167. "notification-url": "https://packagist.org/downloads/",
  168. "license": [
  169. "MIT"
  170. ],
  171. "authors": [
  172. {
  173. "name": "Anthony Rappa",
  174. "email": "rappa819@gmail.com"
  175. }
  176. ],
  177. "description": "Laravel Helpers for Non-Laravel Projects",
  178. "keywords": [
  179. "helpers",
  180. "laravel"
  181. ]
  182. }
  183. ]