installed.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. {
  2. "packages": [
  3. {
  4. "name": "guzzlehttp/guzzle",
  5. "version": "6.3.0",
  6. "version_normalized": "6.3.0.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/guzzle/guzzle.git",
  10. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  15. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "guzzlehttp/promises": "^1.0",
  20. "guzzlehttp/psr7": "^1.4",
  21. "php": ">=5.5"
  22. },
  23. "require-dev": {
  24. "ext-curl": "*",
  25. "phpunit/phpunit": "^4.0 || ^5.0",
  26. "psr/log": "^1.0"
  27. },
  28. "suggest": {
  29. "psr/log": "Required for using the Log middleware"
  30. },
  31. "time": "2017-06-22T18:50:49+00:00",
  32. "type": "library",
  33. "extra": {
  34. "branch-alias": {
  35. "dev-master": "6.2-dev"
  36. }
  37. },
  38. "installation-source": "dist",
  39. "autoload": {
  40. "files": [
  41. "src/functions_include.php"
  42. ],
  43. "psr-4": {
  44. "GuzzleHttp\\": "src/"
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Michael Dowling",
  54. "email": "mtdowling@gmail.com",
  55. "homepage": "https://github.com/mtdowling"
  56. }
  57. ],
  58. "description": "Guzzle is a PHP HTTP client library",
  59. "homepage": "http://guzzlephp.org/",
  60. "keywords": [
  61. "client",
  62. "curl",
  63. "framework",
  64. "http",
  65. "http client",
  66. "rest",
  67. "web service"
  68. ],
  69. "support": {
  70. "issues": "https://github.com/guzzle/guzzle/issues",
  71. "source": "https://github.com/guzzle/guzzle/tree/master"
  72. },
  73. "install-path": "../guzzlehttp/guzzle"
  74. },
  75. {
  76. "name": "guzzlehttp/promises",
  77. "version": "v1.3.1",
  78. "version_normalized": "1.3.1.0",
  79. "source": {
  80. "type": "git",
  81. "url": "https://github.com/guzzle/promises.git",
  82. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  83. },
  84. "dist": {
  85. "type": "zip",
  86. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  87. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  88. "shasum": ""
  89. },
  90. "require": {
  91. "php": ">=5.5.0"
  92. },
  93. "require-dev": {
  94. "phpunit/phpunit": "^4.0"
  95. },
  96. "time": "2016-12-20T10:07:11+00:00",
  97. "type": "library",
  98. "extra": {
  99. "branch-alias": {
  100. "dev-master": "1.4-dev"
  101. }
  102. },
  103. "installation-source": "dist",
  104. "autoload": {
  105. "files": [
  106. "src/functions_include.php"
  107. ],
  108. "psr-4": {
  109. "GuzzleHttp\\Promise\\": "src/"
  110. }
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "MIT"
  115. ],
  116. "authors": [
  117. {
  118. "name": "Michael Dowling",
  119. "email": "mtdowling@gmail.com",
  120. "homepage": "https://github.com/mtdowling"
  121. }
  122. ],
  123. "description": "Guzzle promises library",
  124. "keywords": [
  125. "promise"
  126. ],
  127. "support": {
  128. "issues": "https://github.com/guzzle/promises/issues",
  129. "source": "https://github.com/guzzle/promises/tree/master"
  130. },
  131. "install-path": "../guzzlehttp/promises"
  132. },
  133. {
  134. "name": "guzzlehttp/psr7",
  135. "version": "1.4.2",
  136. "version_normalized": "1.4.2.0",
  137. "source": {
  138. "type": "git",
  139. "url": "https://github.com/guzzle/psr7.git",
  140. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  141. },
  142. "dist": {
  143. "type": "zip",
  144. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  145. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  146. "shasum": ""
  147. },
  148. "require": {
  149. "php": ">=5.4.0",
  150. "psr/http-message": "~1.0"
  151. },
  152. "provide": {
  153. "psr/http-message-implementation": "1.0"
  154. },
  155. "require-dev": {
  156. "phpunit/phpunit": "~4.0"
  157. },
  158. "time": "2017-03-20T17:10:46+00:00",
  159. "type": "library",
  160. "extra": {
  161. "branch-alias": {
  162. "dev-master": "1.4-dev"
  163. }
  164. },
  165. "installation-source": "dist",
  166. "autoload": {
  167. "files": [
  168. "src/functions_include.php"
  169. ],
  170. "psr-4": {
  171. "GuzzleHttp\\Psr7\\": "src/"
  172. }
  173. },
  174. "notification-url": "https://packagist.org/downloads/",
  175. "license": [
  176. "MIT"
  177. ],
  178. "authors": [
  179. {
  180. "name": "Michael Dowling",
  181. "email": "mtdowling@gmail.com",
  182. "homepage": "https://github.com/mtdowling"
  183. },
  184. {
  185. "name": "Tobias Schultze",
  186. "homepage": "https://github.com/Tobion"
  187. }
  188. ],
  189. "description": "PSR-7 message implementation that also provides common utility methods",
  190. "keywords": [
  191. "http",
  192. "message",
  193. "request",
  194. "response",
  195. "stream",
  196. "uri",
  197. "url"
  198. ],
  199. "support": {
  200. "issues": "https://github.com/guzzle/psr7/issues",
  201. "source": "https://github.com/guzzle/psr7/tree/1.4.2"
  202. },
  203. "install-path": "../guzzlehttp/psr7"
  204. },
  205. {
  206. "name": "monolog/monolog",
  207. "version": "1.23.0",
  208. "version_normalized": "1.23.0.0",
  209. "source": {
  210. "type": "git",
  211. "url": "https://github.com/Seldaek/monolog.git",
  212. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  213. },
  214. "dist": {
  215. "type": "zip",
  216. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  217. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  218. "shasum": ""
  219. },
  220. "require": {
  221. "php": ">=5.3.0",
  222. "psr/log": "~1.0"
  223. },
  224. "provide": {
  225. "psr/log-implementation": "1.0.0"
  226. },
  227. "require-dev": {
  228. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  229. "doctrine/couchdb": "~1.0@dev",
  230. "graylog2/gelf-php": "~1.0",
  231. "jakub-onderka/php-parallel-lint": "0.9",
  232. "php-amqplib/php-amqplib": "~2.4",
  233. "php-console/php-console": "^3.1.3",
  234. "phpunit/phpunit": "~4.5",
  235. "phpunit/phpunit-mock-objects": "2.3.0",
  236. "ruflin/elastica": ">=0.90 <3.0",
  237. "sentry/sentry": "^0.13",
  238. "swiftmailer/swiftmailer": "^5.3|^6.0"
  239. },
  240. "suggest": {
  241. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  242. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  243. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  244. "ext-mongo": "Allow sending log messages to a MongoDB server",
  245. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  246. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  247. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  248. "php-console/php-console": "Allow sending log messages to Google Chrome",
  249. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  250. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  251. "sentry/sentry": "Allow sending log messages to a Sentry server"
  252. },
  253. "time": "2017-06-19T01:22:40+00:00",
  254. "type": "library",
  255. "extra": {
  256. "branch-alias": {
  257. "dev-master": "2.0.x-dev"
  258. }
  259. },
  260. "installation-source": "dist",
  261. "autoload": {
  262. "psr-4": {
  263. "Monolog\\": "src/Monolog"
  264. }
  265. },
  266. "notification-url": "https://packagist.org/downloads/",
  267. "license": [
  268. "MIT"
  269. ],
  270. "authors": [
  271. {
  272. "name": "Jordi Boggiano",
  273. "email": "j.boggiano@seld.be",
  274. "homepage": "http://seld.be"
  275. }
  276. ],
  277. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  278. "homepage": "http://github.com/Seldaek/monolog",
  279. "keywords": [
  280. "log",
  281. "logging",
  282. "psr-3"
  283. ],
  284. "support": {
  285. "issues": "https://github.com/Seldaek/monolog/issues",
  286. "source": "https://github.com/Seldaek/monolog/tree/1.23.0"
  287. },
  288. "install-path": "../monolog/monolog"
  289. },
  290. {
  291. "name": "psr/http-message",
  292. "version": "1.0.1",
  293. "version_normalized": "1.0.1.0",
  294. "source": {
  295. "type": "git",
  296. "url": "https://github.com/php-fig/http-message.git",
  297. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  298. },
  299. "dist": {
  300. "type": "zip",
  301. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  302. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  303. "shasum": ""
  304. },
  305. "require": {
  306. "php": ">=5.3.0"
  307. },
  308. "time": "2016-08-06T14:39:51+00:00",
  309. "type": "library",
  310. "extra": {
  311. "branch-alias": {
  312. "dev-master": "1.0.x-dev"
  313. }
  314. },
  315. "installation-source": "dist",
  316. "autoload": {
  317. "psr-4": {
  318. "Psr\\Http\\Message\\": "src/"
  319. }
  320. },
  321. "notification-url": "https://packagist.org/downloads/",
  322. "license": [
  323. "MIT"
  324. ],
  325. "authors": [
  326. {
  327. "name": "PHP-FIG",
  328. "homepage": "http://www.php-fig.org/"
  329. }
  330. ],
  331. "description": "Common interface for HTTP messages",
  332. "homepage": "https://github.com/php-fig/http-message",
  333. "keywords": [
  334. "http",
  335. "http-message",
  336. "psr",
  337. "psr-7",
  338. "request",
  339. "response"
  340. ],
  341. "support": {
  342. "source": "https://github.com/php-fig/http-message/tree/master"
  343. },
  344. "install-path": "../psr/http-message"
  345. },
  346. {
  347. "name": "psr/log",
  348. "version": "1.1.4",
  349. "version_normalized": "1.1.4.0",
  350. "source": {
  351. "type": "git",
  352. "url": "https://github.com/php-fig/log.git",
  353. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  354. },
  355. "dist": {
  356. "type": "zip",
  357. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  358. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  359. "shasum": ""
  360. },
  361. "require": {
  362. "php": ">=5.3.0"
  363. },
  364. "time": "2021-05-03T11:20:27+00:00",
  365. "type": "library",
  366. "extra": {
  367. "branch-alias": {
  368. "dev-master": "1.1.x-dev"
  369. }
  370. },
  371. "installation-source": "dist",
  372. "autoload": {
  373. "psr-4": {
  374. "Psr\\Log\\": "Psr/Log/"
  375. }
  376. },
  377. "notification-url": "https://packagist.org/downloads/",
  378. "license": [
  379. "MIT"
  380. ],
  381. "authors": [
  382. {
  383. "name": "PHP-FIG",
  384. "homepage": "https://www.php-fig.org/"
  385. }
  386. ],
  387. "description": "Common interface for logging libraries",
  388. "homepage": "https://github.com/php-fig/log",
  389. "keywords": [
  390. "log",
  391. "psr",
  392. "psr-3"
  393. ],
  394. "support": {
  395. "source": "https://github.com/php-fig/log/tree/1.1.4"
  396. },
  397. "install-path": "../psr/log"
  398. }
  399. ],
  400. "dev": true,
  401. "dev-package-names": []
  402. }