4
0

installed.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. [
  2. {
  3. "name": "dibi/dibi",
  4. "version": "v3.1.0",
  5. "version_normalized": "3.1.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/dg/dibi.git",
  9. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/dg/dibi/zipball/fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  14. "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.4.4"
  19. },
  20. "replace": {
  21. "dg/dibi": "*"
  22. },
  23. "require-dev": {
  24. "nette/tester": "~1.7",
  25. "tracy/tracy": "~2.2"
  26. },
  27. "time": "2017-09-25T15:57:54+00:00",
  28. "type": "library",
  29. "extra": {
  30. "branch-alias": {
  31. "dev-master": "3.1-dev"
  32. }
  33. },
  34. "installation-source": "dist",
  35. "autoload": {
  36. "classmap": [
  37. "src/"
  38. ],
  39. "files": [
  40. "src/loader.php"
  41. ]
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "BSD-3-Clause",
  46. "GPL-2.0",
  47. "GPL-3.0"
  48. ],
  49. "authors": [
  50. {
  51. "name": "David Grudl",
  52. "homepage": "https://davidgrudl.com"
  53. }
  54. ],
  55. "description": "Dibi is Database Abstraction Library for PHP",
  56. "homepage": "https://dibiphp.com",
  57. "keywords": [
  58. "access",
  59. "database",
  60. "dbal",
  61. "mssql",
  62. "mysql",
  63. "odbc",
  64. "oracle",
  65. "pdo",
  66. "postgresql",
  67. "sqlite",
  68. "sqlsrv"
  69. ]
  70. },
  71. {
  72. "name": "lcobucci/jwt",
  73. "version": "3.2.2",
  74. "version_normalized": "3.2.2.0",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/lcobucci/jwt.git",
  78. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
  83. "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "ext-openssl": "*",
  88. "php": ">=5.5"
  89. },
  90. "require-dev": {
  91. "mdanter/ecc": "~0.3.1",
  92. "mikey179/vfsstream": "~1.5",
  93. "phpmd/phpmd": "~2.2",
  94. "phpunit/php-invoker": "~1.1",
  95. "phpunit/phpunit": "~4.5",
  96. "squizlabs/php_codesniffer": "~2.3"
  97. },
  98. "suggest": {
  99. "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
  100. },
  101. "time": "2017-09-01T08:23:26+00:00",
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "3.1-dev"
  106. }
  107. },
  108. "installation-source": "dist",
  109. "autoload": {
  110. "psr-4": {
  111. "Lcobucci\\JWT\\": "src"
  112. }
  113. },
  114. "notification-url": "https://packagist.org/downloads/",
  115. "license": [
  116. "BSD-3-Clause"
  117. ],
  118. "authors": [
  119. {
  120. "name": "Luís Otávio Cobucci Oblonczyk",
  121. "email": "lcobucci@gmail.com",
  122. "role": "Developer"
  123. }
  124. ],
  125. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  126. "keywords": [
  127. "JWS",
  128. "jwt"
  129. ]
  130. },
  131. {
  132. "name": "composer/semver",
  133. "version": "1.4.2",
  134. "version_normalized": "1.4.2.0",
  135. "source": {
  136. "type": "git",
  137. "url": "https://github.com/composer/semver.git",
  138. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
  139. },
  140. "dist": {
  141. "type": "zip",
  142. "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
  143. "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
  144. "shasum": ""
  145. },
  146. "require": {
  147. "php": "^5.3.2 || ^7.0"
  148. },
  149. "require-dev": {
  150. "phpunit/phpunit": "^4.5 || ^5.0.5",
  151. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  152. },
  153. "time": "2016-08-30T16:08:34+00:00",
  154. "type": "library",
  155. "extra": {
  156. "branch-alias": {
  157. "dev-master": "1.x-dev"
  158. }
  159. },
  160. "installation-source": "dist",
  161. "autoload": {
  162. "psr-4": {
  163. "Composer\\Semver\\": "src"
  164. }
  165. },
  166. "notification-url": "https://packagist.org/downloads/",
  167. "license": [
  168. "MIT"
  169. ],
  170. "authors": [
  171. {
  172. "name": "Nils Adermann",
  173. "email": "naderman@naderman.de",
  174. "homepage": "http://www.naderman.de"
  175. },
  176. {
  177. "name": "Jordi Boggiano",
  178. "email": "j.boggiano@seld.be",
  179. "homepage": "http://seld.be"
  180. },
  181. {
  182. "name": "Rob Bast",
  183. "email": "rob.bast@gmail.com",
  184. "homepage": "http://robbast.nl"
  185. }
  186. ],
  187. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  188. "keywords": [
  189. "semantic",
  190. "semver",
  191. "validation",
  192. "versioning"
  193. ]
  194. },
  195. {
  196. "name": "phpmailer/phpmailer",
  197. "version": "v6.0.3",
  198. "version_normalized": "6.0.3.0",
  199. "source": {
  200. "type": "git",
  201. "url": "https://github.com/PHPMailer/PHPMailer.git",
  202. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  207. "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
  208. "shasum": ""
  209. },
  210. "require": {
  211. "ext-ctype": "*",
  212. "ext-filter": "*",
  213. "php": ">=5.5.0"
  214. },
  215. "require-dev": {
  216. "doctrine/annotations": "1.2.*",
  217. "friendsofphp/php-cs-fixer": "^2.2",
  218. "phpdocumentor/phpdocumentor": "2.*",
  219. "phpunit/phpunit": "^4.8 || ^5.7",
  220. "zendframework/zend-eventmanager": "3.0.*",
  221. "zendframework/zend-i18n": "2.7.3",
  222. "zendframework/zend-serializer": "2.7.*"
  223. },
  224. "suggest": {
  225. "ext-mbstring": "Needed to send email in multibyte encoding charset",
  226. "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
  227. "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
  228. "psr/log": "For optional PSR-3 debug logging",
  229. "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
  230. "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
  231. },
  232. "time": "2018-01-05T13:19:58+00:00",
  233. "type": "library",
  234. "installation-source": "dist",
  235. "autoload": {
  236. "psr-4": {
  237. "PHPMailer\\PHPMailer\\": "src/"
  238. }
  239. },
  240. "notification-url": "https://packagist.org/downloads/",
  241. "license": [
  242. "LGPL-2.1"
  243. ],
  244. "authors": [
  245. {
  246. "name": "Jim Jagielski",
  247. "email": "jimjag@gmail.com"
  248. },
  249. {
  250. "name": "Marcus Bointon",
  251. "email": "phpmailer@synchromedia.co.uk"
  252. },
  253. {
  254. "name": "Andy Prevost",
  255. "email": "codeworxtech@users.sourceforge.net"
  256. },
  257. {
  258. "name": "Brent R. Matzelle"
  259. }
  260. ],
  261. "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
  262. }
  263. ]